Skip to content

Commit 07fd763

Browse files
committed
Add support for local Helm Charts, copy charts from control to remote
1 parent 37e572d commit 07fd763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/core/tasks/install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
- debug:
4747
var: "chart_ref_sd_core"
48-
when: inventory_hostname in groups['master_nodes'] and core.helm.local_charts
48+
when: inventory_hostname in groups['master_nodes'] and core.helm.local_charts
4949

5050
- name: copy local_charts "{{ chart_ref_sd_core }}" to /tmp/sdcore-helm-charts
5151
synchronize:
@@ -109,4 +109,4 @@
109109
when: inventory_hostname in groups['master_nodes']
110110
always:
111111
- pause:
112-
seconds: 60
112+
seconds: 60

0 commit comments

Comments
 (0)