mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 04:15:02 -02:30
#2039 add tiller-namespace as argument
This commit is contained in:
@@ -24,3 +24,5 @@ openshift_pg_emptydir: no
|
||||
openshift_pg_pvc_name: postgresql
|
||||
|
||||
kubernetes_deployment_name: awx
|
||||
|
||||
tiller_namespace: kube-system
|
||||
|
||||
@@ -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