File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ func (o *Openshift) Generate(dependencies asset.Parents) error {
270270 assetData ["99_baremetal-provisioning-config.yaml" ] = applyTemplateData (baremetalConfig .Files ()[0 ].Data , bmTemplateData )
271271 }
272272
273- if platform == azuretypes .Name && installConfig .Config .Azure .IsARO () {
273+ if platform == azuretypes .Name && installConfig .Config .Azure .IsARO () && installConfig . Config . CredentialsMode != types . ManualCredentialsMode {
274274 // config is used to created compatible secret to trigger azure cloud
275275 // controller config merge behaviour
276276 // https://github.com/openshift/origin/blob/90c050f5afb4c52ace82b15e126efe98fa798d88/vendor/k8s.io/legacy-cloud-providers/azure/azure_config.go#L83
You can’t perform that action at this time.
0 commit comments