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
{{ message }}
This repository was archived by the owner on Nov 20, 2024. It is now read-only.
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
terraform-k8s & Kubernetes Version
terraform-k8s: 1.1.0
Kubernetes: 1.21
Expected Behavior
We want to deploy operator instances in a different namespace to the one they manage. This is so that developers who have control over that namespace are able to deploy Workspace CRDs into it but are unable to see/manage the Terraform operator instance.
The leader election ID should be set dynamically and should be unique per instance of the helm chart.
Deploy 2 instances of the operator into the same namespace that both monitor 2 different namespaces. Only one will be monitoring its namespace (the one that won the election).