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

K8SPXC-1365 - pxc-operator - Fix watchNamespace #300

Merged
merged 3 commits into from
Apr 5, 2024

Conversation

tplavcic
Copy link
Member

@tplavcic tplavcic commented Mar 12, 2024

If we specify watchNamespace with multiple namespaces separated with commas namespace creation will fail (because it will try to create namespace aaa, bbb) so now we do it in a loop for each specified namespace and only if createNamespace is set to true.

Default is now being changed to not create a namespace unless enabled.

ptankov
ptankov previously approved these changes Mar 15, 2024
charts/pxc-operator/README.md Outdated Show resolved Hide resolved
charts/pxc-operator/README.md Outdated Show resolved Hide resolved
@tplavcic tplavcic merged commit fa1a23e into main Apr 5, 2024
2 checks passed
@tplavcic tplavcic deleted the K8SPXC-1365-watchnamespace branch April 5, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants