Skip to content

Commit e21b6d9

Browse files
fix nit
1 parent bb163b1 commit e21b6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
args: {{ toYaml . | nindent 12 }}
5151
{{- end }}
5252
env:
53-
{{- if and $.Values.ingress.enabled (gt len ($.Values.ingress.hosts) 0) }}
53+
{{- if and $.Values.ingress.enabled (gt (len $.Values.ingress.hosts) 0) }}
5454
- name: AUTH_URL
5555
value: {{ (index $.Values.ingress.hosts 0).host | printf "https://%s" }}
5656
{{- end }}

0 commit comments

Comments
 (0)