mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 17:48:10 -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)
|
||||
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 }} \
|
||||
--set postgresqlUsername={{ pg_username }} \
|
||||
--set postgresqlPassword={{ pg_password }} \
|
||||
|
||||
Reference in New Issue
Block a user