You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
helm install creates releases CR in the same namespace as the operator pod.
This works fine as long as .Values.yugaware.kubernetesOperatorNamespace is same as helm targetNamespace.
However when it is not, the release will not be downloaded and may cause universe creation to fail.
Work around may be on the user side to create release CR in the kubernetesOperatorNamespace.
To Reproduce
Deploy chart with kubernetesOperatorNamspace != targetNamespace.
Expected behavior
Operator should come up and releases should be downloaded and available to use.
The text was updated successfully, but these errors were encountered:
Describe the bug
helm install creates releases CR in the same namespace as the operator pod.
This works fine as long as .Values.yugaware.kubernetesOperatorNamespace is same as helm targetNamespace.
However when it is not, the release will not be downloaded and may cause universe creation to fail.
Work around may be on the user side to create release CR in the kubernetesOperatorNamespace.
To Reproduce
Deploy chart with kubernetesOperatorNamspace != targetNamespace.
Expected behavior
Operator should come up and releases should be downloaded and available to use.
The text was updated successfully, but these errors were encountered: