-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Always Use .Release.Namespace in the ClusterRoleBinding Name #4546
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
Conversation
fixes #4547 |
/test e2e-suite-rbac-auth |
/lgtm |
/test all [submit-queue is verifying that this PR is safe to merge] |
Codecov Report
@@ Coverage Diff @@
## master #4546 +/- ##
=======================================
- Coverage 74% 74% -<1%
=======================================
Files 294 294
Lines 24667 24719 +52
=======================================
+ Hits 18136 18154 +18
- Misses 5778 5807 +29
- Partials 753 758 +5
Continue to review full report at Codecov.
|
/lgtm |
/test all [submit-queue is verifying that this PR is safe to merge] |
/test e2e-suite-rbac-auth |
Makefile
Outdated
istio-auth.yaml: $(HELM) | ||
# creates istio.yaml istio-auth.yaml istio-one-namespace.yaml istio-one-namespace-auth.yaml | ||
# Ensure that values-$filename is present in install/kubernetes/helm/istio | ||
isti%.yaml: $(HELM) |
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.
typo?
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.
istio%.yaml
does not match istio.yaml
. %
is one or more ?
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.
sorry missed the matching here
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cmluciano, ldemailly 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 |
/test all [submit-queue is verifying that this PR is safe to merge] |
@mandarjog: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
related #4420 |
Automatic merge from submit-queue. |
Ensures that all clusterRoleBinding has name of namespace encoded in it.
This is needed for one-namespace testing.