-
Notifications
You must be signed in to change notification settings - Fork 84
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
Refactor cluster templates #1341
Conversation
✅ Deploy Preview for kubernetes-sigs-cluster-api-ibmcloud ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@Amulyam24
|
yes @Prajyot-Parab. Made changes for the warning regarding deprecation of |
@Amulyam24 Checked looking good, let me know if its possible to fix |
@Prajyot-Parab, split the patches. PR is ready for review. PTAL |
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.
/lgtm
/cc @mkumatag |
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.
/lgtm
@@ -174,6 +175,14 @@ generate-go-conversions: $(CONVERSION_GEN) ## Generate conversions go code | |||
--output-file-base=zz_generated.conversion $(CONVERSION_GEN_OUTPUT_BASE) \ | |||
--go-header-file=./hack/boilerplate/boilerplate.generatego.txt | |||
|
|||
.PHONY: generate-templates |
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.
We should explore how consume this target! @Amulyam24 can you create a follow up task for that?
lets merge this meanwhile /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Amulyam24, mkumatag, Prajyot-Parab 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 |
@@ -406,4 +403,7 @@ data: | |||
name: ibm-cloud-config | |||
- name: ibm-secret | |||
secret: | |||
secretName: ibm-cloud-credential | |||
secretName: ibm-cloud-credentia |
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.
ibm-cloud-credentia -> ibm-cloud-credential
@Amulyam24 typo error
name: ibm-cloud-config | ||
- name: ibm-secret | ||
secret: | ||
secretName: ibm-cloud-credentia |
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.
ibm-cloud-credentia -> ibm-cloud-credential
@Amulyam24 another one here
What this PR does / why we need it:
This PR refactors the construction of cluster templates by reducing code duplication.
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 #855
Special notes for your reviewer:
/area provider/ibmcloud
Release note: