Skip to content
Snippets Groups Projects
Verified Commit 94f03310 authored by Jaromír Hradil's avatar Jaromír Hradil
Browse files

Fixing helm repo update logic

parent 6d9964eb
No related branches found
No related tags found
1 merge request!46Fixing helm repo update logic
......@@ -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 }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment