Allow KMS type to be specified in the helm chart template if specified on the command line.

pull/924/head
vijayjt 2 years ago
parent 88a1bf17cf
commit 02c0ae81ac

@ -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…
Cancel
Save