geerlingguy / tower-operator

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

Change default ingress action to none #46

Closed tylerauerbeck closed 4 years ago

tylerauerbeck commented 4 years ago

This allows us to be more explicit about the nature of our ingress/route deployments. By default right now, the tower_ingress_type is set to Ingress and as an unintended consequence we have the ability to not deploy any ingress objects by setting the value of tower_ingress_type to anything that isn't ingress or route. This PR changes this to be more clear by settings this to none and then has the user explicitly change the ingress type to what they are looking for.

resolves #25

geerlingguy commented 4 years ago

Thank you!