forked from TrueCloudLab/certificates
Allow KMS type to be specified in the helm chart template if specified on the command line.
This commit is contained in:
parent
88a1bf17cf
commit
02c0ae81ac
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@ inject:
|
|||
federateRoots: []
|
||||
crt: {{ .Intermediate }}
|
||||
key: {{ .IntermediateKey }}
|
||||
{{- if .Kms }}
|
||||
kms:
|
||||
type: {{ lower (.Kms.Type | toString) }}
|
||||
{{- end }}
|
||||
{{- if .EnableSSH }}
|
||||
ssh:
|
||||
hostKey: {{ .Ssh.HostKey }}
|
||||
|
|
Loading…
Reference in a new issue