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

Allow resources to be created in controller namespace #174

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adriansuarez
Copy link

This change allows the Terraform task pod and other resources to be created in the namespace that the controller is running in.

This should address #173.

This change allows the Terraform task pod and other resources to be
created in the namespace that the controller is running in.
Always include both resourceName and resourceNamespace in selector.
Previously it was being omitted for backwards-compatibility, but that
creates problems when there are Terraform resources in different
namespaces and also in the same namespace as the controller, both having
the same name.

Just assume that any old resources would have been cleaned up before
upgrading, and if not, force the user to manually delete them.
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

Successfully merging this pull request may close these issues.

1 participant