From a2b235be75b32bc8fcc985fc5c9825c23b61ebc4 Mon Sep 17 00:00:00 2001 From: Cavaughn Browne Date: Mon, 12 Feb 2024 05:44:36 +0000 Subject: [PATCH] fix cert in binary data --- pkg/providers/nutanix/config/cp-template.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg/providers/nutanix/config/cp-template.yaml b/pkg/providers/nutanix/config/cp-template.yaml index 1d4228f6faa76..59b295b4df42b 100644 --- a/pkg/providers/nutanix/config/cp-template.yaml +++ b/pkg/providers/nutanix/config/cp-template.yaml @@ -418,7 +418,9 @@ data: name: user-ca-bundle namespace: kube-system binaryData: - ca.crt:{{- .nutanixAdditionalTrustBundle }}{{- end }} + ca.crt: | +{{ .nutanixAdditionalTrustBundle | indent 8 }} +{{- end }} --- apiVersion: v1 kind: ServiceAccount