percona / percona-helm-charts

Collection of Helm charts for Percona Kubernetes Operators.
https://www.percona.com/software/percona-kubernetes-operators
Other
110 stars 151 forks source link

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

Closed tplavcic closed 3 months ago

tplavcic commented 4 months ago

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.