Skip to content
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

MAISTRA-2627 Remove namespace field from istiod-internal ClusterRoleBinding definition #824

Merged
merged 1 commit into from Sep 7, 2021

Conversation

luksa
Copy link
Contributor

@luksa luksa commented Aug 25, 2021

No description provided.

@@ -2,7 +2,6 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: istiod-internal-{{ .Values.revision | default "default" }}-{{ .Release.Namespace }}
namespace: {{ .Release.Namespace }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is going to be overwritten until the 2.0 PR goes in I guess

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shoud we just not make the change here?

Copy link
Contributor Author

@luksa luksa Aug 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's why I'll wait for the 2.0 PR to be merged before merging this. If I remove this change and merge this 2.1 PR and then the 2.0 PR, we'll then get gen-check errors in all other 2.1 PRs until we run make gen. I thought just adding this change here was simpler.

@luksa
Copy link
Contributor Author

luksa commented Sep 7, 2021

/test istio-operator_gen-check

@maistra-bot maistra-bot merged commit ebc3237 into maistra:maistra-2.1 Sep 7, 2021
mtturcsik pushed a commit to mtturcsik/istio-operator that referenced this pull request Dec 20, 2021
@luksa luksa deleted the MAISTRA-2627 branch November 13, 2023 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants