caktus / ansible-role-django-k8s

Ansible role with sane defaults to deploy a Django app to Kubernetes.
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Use default(omit) to allow deploy path without service account #13

Open copelco opened 4 years ago

copelco commented 4 years ago

Should we support a path that doesn't require a deploy account? One idea would be to use the default(omit) pattern here and only perform the above deploy-account tasks or call out to another tasks file if k8s_auth_host is defined. I also see the value in always using the deploy account, so just an idea.