Prevent helm from adding meaningless blank lines to kubernetes objects YAML (#1065)
This commit is contained in:
committed by
Ta-Ching Chen
parent
3c4fdb0659
commit
2efa255eb4
@@ -9,8 +9,8 @@ data:
|
||||
username: {{ .Values.logger.influxdbAdmin | b64enc | quote }}
|
||||
password: {{ randAlphaNum 20 | b64enc | quote }}
|
||||
|
||||
---
|
||||
{{- if .Values.azureStorageQueue.enabled }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user