Skip to content

Commit

Permalink
fix: Remove possible failure point
Browse files Browse the repository at this point in the history
- users might change the namespace with the `--namespace` helm flag, however that wouldn't have changed the cds service address
  • Loading branch information
davidkornel committed Feb 13, 2024
1 parent 6f42b35 commit 8831c7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spec:
imagePullPolicy: Always
command: [ "./authd" ]
args:
- --cds-server-address=stunner-config-discovery.{{ $.Release.Namespace }}.svc:13478
{{- range $.Values.stunnerAuthService.deployment.container.authService.args }}
- {{ . }}
{{- end }}
Expand Down
1 change: 0 additions & 1 deletion helm/stunner-gateway-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,5 @@ stunnerAuthService:
pullPolicy: IfNotPresent
tag: 0.17.0
args:
- --cds-server-address=stunner-config-discovery.stunner-system.svc:13478
- --port=8088
- -v

0 comments on commit 8831c7a

Please sign in to comment.