mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
#2039 add tiller-namespace as argument
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
- name: Deploy and Activate Postgres (Kubernetes)
|
||||
shell: |
|
||||
helm install --name {{ kubernetes_deployment_name }} --namespace {{ kubernetes_namespace }} \
|
||||
--tiller-namespace {{ tiller_namespace }} \
|
||||
--set postgresUser={{ pg_username }} \
|
||||
--set postgresPassword={{ pg_password }} \
|
||||
--set postgresDatabase={{ pg_database }} \
|
||||
|
||||
Reference in New Issue
Block a user