From ce4fd3d514fde5847b7fab4b242764654cf4921a Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Thu, 25 May 2023 14:22:56 -0700 Subject: [PATCH] Fix tabs instead of spaces in helm chart --- pki/helm.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }}