mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
#2039 add tiller-namespace as argument
This commit is contained in:
parent
2e980293d9
commit
a19df9b3b3
@ -20,6 +20,7 @@ dockerhub_version=latest
|
||||
# Kubernetes Install
|
||||
# kubernetes_context=test-cluster
|
||||
# kubernetes_namespace=awx
|
||||
# tiller_namespace=kube-system
|
||||
|
||||
# Kubernetes and Openshift Install Resource Requests
|
||||
# This is the request value for a pod's "task" container, which is the container
|
||||
|
||||
@ -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 }} \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user