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

Helm install only creates releases CR in the same namespace as the operator pod #17

Open
amannijhawan opened this issue Dec 20, 2024 · 0 comments

Comments

@amannijhawan
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant