Skip to content

Commit

Permalink
fix(operator): Wrong namespace in cds service address
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkornel committed May 16, 2024
1 parent be54ac7 commit 5731c2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
imagePullPolicy: Always
command: [ "./authd" ]
args:
- --cds-server-address=stunner-config-discovery.{{ $.Release.Namespace }}.svc
- --cds-server-address=stunner-config-discovery.{{ $.Values.namespace | default $.Release.Namespace }}.svc
{{- range $.Values.stunnerAuthService.deployment.container.authService.args }}
- {{ . }}
{{- end }}
Expand Down

0 comments on commit 5731c2a

Please sign in to comment.