This repository was archived by the owner on Oct 10, 2023. It is now read-only.
apply ordering to RBAC resources in FeatureGates package#1080
Merged
yharish991 merged 1 commit intovmware-tanzu:mainfrom Nov 9, 2021
Merged
Conversation
Signed-off-by: Harish Yayi <yharish991@gmail.com>
3a37367 to
1741733
Compare
@yharish991 This PR description would also be a great commit message detail. If you make updates to the PR, please consider adding it to the commit message. |
rajathagasthya
left a comment
There was a problem hiding this comment.
LGTM, but I'm not too familiar with these annotations. Would like someone who knows about it to give an approval.
cppforlife
reviewed
Nov 8, 2021
jmoroski
approved these changes
Nov 9, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Harish Yayi yharish991@gmail.com
What this PR does / why we need it
This PR adds kapp builtin rules(https://carvel.dev/kapp/docs/latest/apply-ordering/) to FeatureGates rbac resources to make sure they are created in a proper order
ServiceAccount(tanzu-featuregates-manager-sa) and ClusterRole(tanzu-featuregates-manager-clusterrole) -> ClusterRoleBinding(tanzu-featuregates-manager-clusterrolebinding)
Which issue(s) this PR fixes
Fixes #1079
Describe testing done for PR
Release note
PR Checklist
Additional information
Special notes for your reviewer