helm: fix consistent indentation, chomping, and use of with (#19918)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{- if (include "mastodon.createSecret" .) }}
|
||||
{{- if (include "mastodon.createSecret" .) -}}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
@@ -40,4 +40,4 @@ data:
|
||||
password: "{{ .Values.postgresql.auth.password | b64enc }}"
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
{{- end }}
|
||||
|
Reference in New Issue
Block a user