Merge pull request #1405 from smallstep/helm-spaces

Fix tabs instead of spaces in helm chart
pull/1406/head
Mariano Cano 1 year ago committed by GitHub
commit 1f0a2a8443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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