commit | ceff99247ed2deb3fd58bb61c62ca2003b562796 | [log] [tgz] |
---|---|---|
author | okozachenko1203 <okozachenko1203@users.noreply.github.com> | Fri Jan 27 00:29:16 2023 +1100 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Thu Jan 26 09:44:06 2023 -0500 |
tree | 34cc0392b8052586f084752221b4ab9de3afe650 | |
parent | 5d7f71f004dc24fe5e93deb22769a6adf76ffd3c [diff] [blame] |
feat: Support coredns offline-install
diff --git a/roles/coredns/meta/main.yml b/roles/coredns/meta/main.yml index 2a09ce9..e10b4af 100644 --- a/roles/coredns/meta/main.yml +++ b/roles/coredns/meta/main.yml
@@ -25,3 +25,7 @@ dependencies: - role: defaults + - role: upload_helm_chart + vars: + upload_helm_chart_src: "{{ coredns_helm_chart_path }}" + upload_helm_chart_dest: "{{ coredns_helm_chart_ref }}"