We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d16a46 commit 750b35bCopy full SHA for 750b35b
roles/upf/tasks/install.yml
@@ -32,7 +32,7 @@
32
- name: update helm dependencies
33
shell: |
34
helm dep up "{{ core.helm.chart_ref }}"
35
- when: inventory_hostname in groups['master_nodes'] and core.helm.local_charts
+ when: inventory_hostname in groups['master_nodes'] and core.upf.helm.local_charts
36
37
- name: deploy upf
38
kubernetes.core.helm:
0 commit comments