Merge pull request #1405 from smallstep/helm-spaces

Fix tabs instead of spaces in helm chart
This commit is contained in:
Mariano Cano 2023-05-25 14:32:28 -07:00 committed by GitHub
commit 1f0a2a8443
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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