commit | c397259113609aa3cd833ab3510027acc6ec5c04 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Sun Jan 15 20:43:43 2023 -0500 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Sun Jan 15 20:43:43 2023 -0500 |
tree | 47ee993d47e1c02564d0911563817ae6cf167963 | |
parent | 9ad0d463b78eb5988eb0421bc0bef53ab9d6dfc5 [diff] [blame] |
feat: move cilium to offline install
diff --git a/roles/cilium/meta/main.yml b/roles/cilium/meta/main.yml index 6711832..811ecc2 100644 --- a/roles/cilium/meta/main.yml +++ b/roles/cilium/meta/main.yml
@@ -25,3 +25,7 @@ dependencies: - role: defaults + - role: upload_helm_chart + vars: + upload_helm_chart_src: "{{ cilium_helm_chart_path }}" + upload_helm_chart_dest: "{{ cilium_helm_chart_ref }}"