diff --git a/pki/helm.go b/pki/helm.go index 0a2f7f02..e13bb97c 100644 --- a/pki/helm.go +++ b/pki/helm.go @@ -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 }}