File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
api/kubernetes/helm-chart Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,10 @@ csm:
128128 { {- if eq .Values.config.csm.platform.vendor " azure" } }
129129 azure:
130130 containerRegistries:
131+ { {- if .Values.config.csm.platform.azure.containerRegistries.solutions } }
132+ solutions: "{ { .Values.config.csm.platform.azure.containerRegistries.solutions } }"
133+ { {- else } }
131134 solutions: "{ {- default " " .Values.argo.imageCredentials.registry -} }"
135+ { {- end } }
132136 { {- end } }
133137{ {- end } }
Original file line number Diff line number Diff line change @@ -155,4 +155,4 @@ config:
155155 # -- Azure storage account access key. Can be retrieved from the Azure portal
156156 account-key : " changeme"
157157 containerRegistries :
158- solutions : " changeme "
158+ solutions : " "
You can’t perform that action at this time.
0 commit comments