Skip to content
Snippets Groups Projects

Fixing helm repo update logic

Merged Jaromír Hradil requested to merge helm_update_fix into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -7,10 +7,13 @@
shell: |-
helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
helm repo add eginotebooks https://egi-federation.github.io/egi-notebooks-chart/
helm repo update
changed_when: true
when: "'jupyterhub' not in ansible_local.helm_repos | map(attribute='name') | list or
'eginotebooks' not in ansible_local.helm_repos | map(attribute='name') | list"
- name: Get latest helm charts
shell: |-
helm repo update
changed_when: true
- name: Get Secrets from Vault for notebooks
vars:
name: "{{ item | basename | splitext | first }}"
Loading