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 6fe774e commit 28c5260Copy full SHA for 28c5260
helm/oauth2-proxy/Chart.yaml
@@ -1,5 +1,5 @@
1
name: oauth2-proxy
2
-version: 6.9.0
+version: 6.9.1
3
apiVersion: v2
4
appVersion: 7.4.0
5
home: https://oauth2-proxy.github.io/oauth2-proxy/
helm/oauth2-proxy/templates/deployment.yaml
@@ -73,7 +73,7 @@ spec:
73
{{- if kindIs "map" .Values.extraArgs }}
74
{{- range $key, $value := .Values.extraArgs }}
75
{{- if $value }}
76
- - --{{ $key }}={{ tpl $value $ }}
+ - --{{ $key }}={{ tpl ($value | toString) $ }}
77
{{- else }}
78
- --{{ $key }}
79
{{- end }}
0 commit comments