We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71678e commit 9b9ff7eCopy full SHA for 9b9ff7e
helm/oauth2-proxy/templates/deployment.yaml
@@ -75,7 +75,7 @@ spec:
75
{{- end }}
76
{{- if kindIs "map" .Values.extraArgs }}
77
{{- range $key, $value := .Values.extraArgs }}
78
- {{- if $value }}
+ {{- if not (kindIs "invalid" $value) }}
79
- --{{ $key }}={{ tpl ($value | toString) $ }}
80
{{- else }}
81
- --{{ $key }}
0 commit comments