examples/operator: Remove duplicate operator service account definition#19053
examples/operator: Remove duplicate operator service account definition#19053mdnfiras wants to merge 3 commits intovitessio:mainfrom
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 <f.medini@nyris.io>
Signed-off-by: f.medini <f.medini@nyris.io>
Signed-off-by: f.medini <f.medini@nyris.io>
There was a problem hiding this comment.
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 |
|
This PR is being marked as stale because it has been open for 30 days with no activity. To rectify, you may do any of the following:
If no action is taken within 7 days, this PR will be closed. |
|
This PR was closed because it has been stale for 7 days with no activity. |
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.