Skip to content

Commit

Permalink
fix typo, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
missylbytes committed Aug 8, 2023
1 parent 854289f commit eeea753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changelog/2707.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:feature
api-gateway: map privileged ports on Gateway listeners to unprivileged ports so that containers don't require additional privileges
api-gateway: adds ability to map privileged ports on Gateway listeners to unprivileged ports so that containers do not require additional privileges
```
2 changes: 1 addition & 1 deletion charts/consul/templates/gateway-resources-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
{{- if .Values.global.openshift.enabled }}
- -openshift-scc-name={{ .Values.connectInject.apiGateway.managedGatewayClass.openshiftSCCName }}
{{- end }}
- - -mapPrivilegedContainerPorts={{ .Values.connectInject.apiGateway.managedGatewayClass.mapPrivilegedServicePorts }}
- -mapPrivilegedContainerPorts={{ .Values.connectInject.apiGateway.managedGatewayClass.mapPrivilegedServicePorts }}
{{- end}}
resources:
requests:
Expand Down

0 comments on commit eeea753

Please sign in to comment.