Skip to content

Commit

Permalink
fix cert in binary data
Browse files Browse the repository at this point in the history
  • Loading branch information
cxbrowne1207 committed Feb 12, 2024
1 parent 958915a commit a2b235b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/providers/nutanix/config/cp-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2b235b

Please sign in to comment.