Always Use .Release.Namespace in the ClusterRoleBinding Name#4546
Always Use .Release.Namespace in the ClusterRoleBinding Name#4546istio-merge-robot merged 4 commits intoistio:masterfrom
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 |
| 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.
istio%.yaml does not match istio.yaml. % is one or more ?
There was a problem hiding this comment.
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 DetailsNeeds 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
DetailsInstructions 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.