Fix tabs instead of spaces in helm chart

pull/1405/head
Mariano Cano 12 months ago
parent 101120b977
commit ce4fd3d514
No known key found for this signature in database

@ -95,10 +95,10 @@ inject:
federateRoots: []
crt: {{ .Intermediate }}
key: {{ .IntermediateKey }}
{{- if .Kms }}
kms:
type: {{ lower (.Kms.Type | toString) }}
{{- end }}
{{- if .Kms }}
kms:
type: {{ lower (.Kms.Type | toString) }}
{{- end }}
{{- if .EnableSSH }}
ssh:
hostKey: {{ .Ssh.HostKey }}

Loading…
Cancel
Save