Skip to content

Commit

Permalink
Merge pull request #54 from CompPhy/CompPhy/issue53
Browse files Browse the repository at this point in the history
Fixes #53  Equal sign makes for more consistent behaviour when passing arguments.
  • Loading branch information
cmoulliard authored Nov 13, 2024
2 parents 8cab3d6 + 171bb2a commit 07df2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/godaddy-webhook/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- --tls-cert-file=/tls/tls.crt
- --tls-private-key-file=/tls/tls.key
- --secure-port={{ default 443 .Values.pod.securePort }}
- --v {{ index $logLevels .Values.logging.level }}
- --v={{ index $logLevels .Values.logging.level }}
{{- if or (eq .Values.logging.format "text") (eq .Values.logging.format "json") }}
- --logging-format={{ .Values.logging.format }}
{{- end }}
Expand Down

0 comments on commit 07df2af

Please sign in to comment.