forked from TrueCloudLab/certificates
Fix tabs instead of spaces in helm chart
This commit is contained in:
parent
101120b977
commit
ce4fd3d514
1 changed files with 4 additions and 4 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue