Skip to content

Commit 7c4e1ba

Browse files
committed
fix: new values for nutanix ccm
1 parent af0c734 commit 7c4e1ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/cluster-api-runtime-extensions-nutanix/addons/ccm/nutanix/values-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ prismCentralEndPoint: {{ .PrismCentralHost }}
22
prismCentralPort: {{ .PrismCentralPort }}
33
prismCentralInsecure: {{ .PrismCentralInsecure }}
44
{{- with .PrismCentralAdditionalTrustBundle }}
5-
prismCentralAdditionalTrustBundle: "{{ . }}"
5+
prismCentralAdditionalTrustBundle: {{ printf "%q" . }}
66
{{- end }}
77

88
# The Secret containing the credentials will be created by the handler.

hack/addons/kustomize/ccm/nutanix/manifests/values-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ prismCentralEndPoint: {{ .PrismCentralHost }}
22
prismCentralPort: {{ .PrismCentralPort }}
33
prismCentralInsecure: {{ .PrismCentralInsecure }}
44
{{- with .PrismCentralAdditionalTrustBundle }}
5-
prismCentralAdditionalTrustBundle: "{{ . }}"
5+
prismCentralAdditionalTrustBundle: {{ printf "%q" . }}
66
{{- end }}
77

88
# The Secret containing the credentials will be created by the handler.

0 commit comments

Comments
 (0)