-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
feat: ability to add additional configmaps #11445
feat: ability to add additional configmaps #11445
Conversation
… of notfromstatefarm/argo-cd Co-authored-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> Signed-off-by: bilalcaliskan <bilalcaliskan@protonmail.com>
Co-authored-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> Signed-off-by: bilalcaliskan <bilalcaliskan@protonmail.com>
Co-authored-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> Signed-off-by: bilalcaliskan <bilalcaliskan@protonmail.com>
…settings rbac can' command Co-authored-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> Signed-off-by: bilalcaliskan <bilalcaliskan@protonmail.com>
Signed-off-by: bilalcaliskan <bilalcaliskan@protonmail.com>
Codecov ReportBase: 47.43% // Head: 47.39% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #11445 +/- ##
==========================================
- Coverage 47.43% 47.39% -0.04%
==========================================
Files 246 246
Lines 41824 41902 +78
==========================================
+ Hits 19838 19861 +23
- Misses 19990 20043 +53
- Partials 1996 1998 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@crenshaw-dev @jannfis can you please take a look? As you know this PR is the re-implementation of PR #9976 for the issue #8324 . All reviews are welcomed. Cheers! |
Signed-off-by: bilalcaliskan <bilalcaliskan@protonmail.com>
@crenshaw-dev |
Signed-off-by: bilalcaliskan bilalcaliskan@protonmail.com
Co-authored-by: notfromstatefarm 86763948+notfromstatefarm@users.noreply.github.com
Note on DCO:
If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.
Checklist:
This is the continuation PR of #9976 since it is not blocked somehow.
This PR implements the feature of
additional RBAC configmaps
which is also stated in PR #9976.Any configmaps with the label
argocd.argoproj.io/cm-type=rbac
will be used and watched for changes. This will simplify of adding/managing RBAC rules on large enterprise environments.