mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
Merge pull request #1405 from smallstep/helm-spaces
Fix tabs instead of spaces in helm chart
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user