diff --git a/pki/helm.go b/pki/helm.go index 72d95971..3c5cb5a9 100644 --- a/pki/helm.go +++ b/pki/helm.go @@ -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 }}