-
Notifications
You must be signed in to change notification settings - Fork 2.3k
examples/operator: Remove duplicate operator service account definition #19053
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
base: main
Are you sure you want to change the base?
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
|
@mdnfiras can you please create an issue with a test case describing how to repeat the failure you saw? |
|
@mdnfiras it looks like the |
|
I added back the namespace reference in the I tested with Kustomize, Kustomize still can override this namespace reference if a custom namespace is used. |
Signed-off-by: f.medini <[email protected]>
Signed-off-by: f.medini <[email protected]>
Signed-off-by: f.medini <[email protected]>
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.
Seems fine to me. Thanks, @mdnfiras ! ❤️
It does seem like we might have the same problems with the operator itself? I'm not sure though:
- https://github.com/search?q=repo%3Aplanetscale%2Fvitess-operator%20service_account.yaml&type=code
- https://github.com/search?q=repo%3Aplanetscale%2Fvitess-operator+vitess-operator-backup-storage&type=code
That's my only concern. I'm not sure what unintended/unwanted side effects these changes may have...
|
Should I implement the same changes in repo planetscale/vitess-operator? |
@mdnfiras could you please open a PR there to make the equivalent changes? The tests that run in the CI will give us a much better signal as to whether or not there are any unexpected/unintended side effects. Thank you! ❤️ |
|
Opened PR planetscale/vitess-operator/pull/738 |
Description
Kustomize fails to install the operator resources in a custom namespace (i.e
vitessnamespace):Related Issue(s)
Checklist
Deployment Notes
No deployment notes.
AI Disclosure
No AI was used for this change.