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 bb163b1 commit e21b6d9Copy full SHA for e21b6d9
charts/templates/deployment.yaml
@@ -50,7 +50,7 @@ spec:
50
args: {{ toYaml . | nindent 12 }}
51
{{- end }}
52
env:
53
- {{- if and $.Values.ingress.enabled (gt len ($.Values.ingress.hosts) 0) }}
+ {{- if and $.Values.ingress.enabled (gt (len $.Values.ingress.hosts) 0) }}
54
- name: AUTH_URL
55
value: {{ (index $.Values.ingress.hosts 0).host | printf "https://%s" }}
56
0 commit comments