geerlingguy / tower-operator

DEPRECATED: This project was moved and renamed to: https://github.com/ansible/awx-operator
82 stars 34 forks source link

Add kustomize deployment #41

Closed tylerauerbeck closed 4 years ago

tylerauerbeck commented 4 years ago

This PR adds the ability to deploy the operator using kustomize. This adds a few things of value here:

The nice thing about this too is that it also provides a fairly simple deployment strategy. We can run kubectl apply -k deploy/ and it will deploy the resources as we've definied in kustomization.yaml.

I realize this doesn't directly relate to any open issue, but thought it was a useful way to resolve #26. Feel free to close this if this isn't a direction you'd want to head.

geerlingguy commented 4 years ago

This PR is indeed helpful, but I wanted to note that now that the operator is being maintained in the Ansible namespace, I am not going to maintain this project anymore (as I consider it a historic artifact which was used to as a base for the ansible-namespace version, and I'm redirecting all issues and PRs to the Ansible-maintained version: https://github.com/ansible/awx-operator