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/defaults/main.yml b/roles/cilium/defaults/main.yml new file mode 100644 index 0000000..25db54e --- /dev/null +++ b/roles/cilium/defaults/main.yml
@@ -0,0 +1,6 @@ +cilium_helm_release_name: cilium +cilium_helm_chart_path: "{{ role_path }}/../../charts/cilium/" +cilium_helm_chart_ref: /usr/local/src/cilium + +cilium_helm_release_namespace: kube-system +cilium_helm_values: {}