Skip to content

Commit

Permalink
Fixed missing "end" in helm charts secret.yaml (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilize authored and tamalsaha committed Sep 24, 2018
1 parent 557ba51 commit 27f3aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/searchlight/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ data:
ICINGA_WEB_UI_PASSWORD: {{ .Values.icinga2web.password | b64enc | quote }}
{{ else }}
ICINGA_WEB_UI_PASSWORD: {{ randAlphaNum 10 | b64enc | quote }}
{{ end -}}
{{- if .Values.icinga2.password }}
ICINGA_API_PASSWORD: {{ .Values.icinga2.password | b64enc | quote }}
{{ else }}
Expand Down

0 comments on commit 27f3aae

Please sign in to comment.