File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
charts/cluster-api-runtime-extensions-nutanix/addons/ccm/nutanix
hack/addons/kustomize/ccm/nutanix/manifests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ prismCentralEndPoint: {{ .PrismCentralHost }}
2
2
prismCentralPort : {{ .PrismCentralPort }}
3
3
prismCentralInsecure : {{ .PrismCentralInsecure }}
4
4
{{- with .PrismCentralAdditionalTrustBundle }}
5
- prismCentralAdditionalTrustBundle : " {{ . }}"
5
+ prismCentralAdditionalTrustBundle : {{ printf "%q" . }}
6
6
{{- end }}
7
7
8
8
# The Secret containing the credentials will be created by the handler.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ prismCentralEndPoint: {{ .PrismCentralHost }}
2
2
prismCentralPort : {{ .PrismCentralPort }}
3
3
prismCentralInsecure : {{ .PrismCentralInsecure }}
4
4
{{- with .PrismCentralAdditionalTrustBundle }}
5
- prismCentralAdditionalTrustBundle : " {{ . }}"
5
+ prismCentralAdditionalTrustBundle : {{ printf "%q" . }}
6
6
{{- end }}
7
7
8
8
# The Secret containing the credentials will be created by the handler.
You can’t perform that action at this time.
0 commit comments