Merge pull request #2040 from kivio/tiller-namespace-configuration

#2039 add tiller-namespace as argument
This commit is contained in:
Shane McDonald
2018-07-16 10:10:23 -04:00
committed by GitHub
3 changed files with 4 additions and 0 deletions

View File

@@ -24,3 +24,5 @@ openshift_pg_emptydir: no
openshift_pg_pvc_name: postgresql
kubernetes_deployment_name: awx
tiller_namespace: kube-system

View File

@@ -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 }} \