Skip to content

Commit

Permalink
Set flag to skip setting cloud-provider=external
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysh committed Dec 14, 2023
1 parent 55611f5 commit fadc221
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -141,7 +141,7 @@ func NewConfigObserver(
),
etcdendpoints.ObserveStorageURLs,
cloudprovider.NewCloudProviderObserver(
"openshift-kube-apiserver",
"openshift-kube-apiserver", true,
[]string{"apiServerArguments", "cloud-provider"},
[]string{"apiServerArguments", "cloud-config"},
featureGateAccessor,
Expand Down

0 comments on commit fadc221

Please sign in to comment.