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.
2 parents 518dc3c + 73a1f1a commit fa0af31Copy full SHA for fa0af31
helm/oauth2-proxy/Chart.yaml
@@ -1,5 +1,5 @@
1
name: oauth2-proxy
2
-version: 6.13.0
+version: 6.13.1
3
apiVersion: v2
4
appVersion: 7.4.0
5
home: https://oauth2-proxy.github.io/oauth2-proxy/
helm/oauth2-proxy/templates/deployment.yaml
@@ -76,7 +76,7 @@ spec:
76
{{- end }}
77
{{- if kindIs "map" .Values.extraArgs }}
78
{{- range $key, $value := .Values.extraArgs }}
79
- {{- if $value }}
+ {{- if not (kindIs "invalid" $value) }}
80
- --{{ $key }}={{ tpl ($value | toString) $ }}
81
{{- else }}
82
- --{{ $key }}
0 commit comments