Have helm stable repo before running help repo update

It would be nice if the `helm` ansible module allowed you to just manage
helm repos, or maybe a `helm_repo` module... but shell with it ;)

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
Bryan Hundven 2020-02-07 11:58:18 -08:00
parent 282d705c43
commit a984e5df7a

View File

@ -93,6 +93,7 @@
- name: Deploy and Activate Postgres (Kubernetes)
shell: |
helm repo add stable https://kubernetes-charts.storage.googleapis.com
helm repo update
helm upgrade {{ postgresql_service_name }} \
--install \