-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Make cloud config secret key backward compatible #1358
🐛 Make cloud config secret key backward compatible #1358
Conversation
/test pull-cluster-api-provider-azure-e2e-windows-release-0-4 |
/lgtm re-running the windows test to get past the timeout |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nader-ziada The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
controllers/helpers.go
Outdated
@@ -188,6 +188,7 @@ func GetCloudProviderSecret(d azure.ClusterScoper, namespace, name string, owner | |||
secret.Data = map[string][]byte{ | |||
"control-plane-azure.json": controlPlaneData, | |||
"worker-node-azure.json": workerNodeData, | |||
"azure.json": controlPlaneData, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/hold
can you please add a code comment that says this is included for backward compatibility?
44c6b8a
to
e5358b8
Compare
/hold cancel thanks @shysank |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Copies
control-plane-azure.json
toazure.json
for backwards compatibility.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #1357
Special notes for your reviewer:
TODOs:
Release note: