mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
add helm repo update and fix helm upgrade
Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>
This commit is contained in:
@@ -80,7 +80,8 @@
|
|||||||
|
|
||||||
- name: Deploy and Activate Postgres (Kubernetes)
|
- name: Deploy and Activate Postgres (Kubernetes)
|
||||||
shell: |
|
shell: |
|
||||||
helm upgrade --install --name {{ postgresql_service_name }} \
|
helm repo update --tiller-namespace={{ tiller_namespace | default('kube-system') }}
|
||||||
|
helm upgrade {{ postgresql_service_name }} --install \
|
||||||
--namespace {{ kubernetes_namespace }} \
|
--namespace {{ kubernetes_namespace }} \
|
||||||
--set postgresqlUsername={{ pg_username }} \
|
--set postgresqlUsername={{ pg_username }} \
|
||||||
--set postgresqlPassword={{ pg_password }} \
|
--set postgresqlPassword={{ pg_password }} \
|
||||||
|
|||||||
Reference in New Issue
Block a user