From 107b0eb0586053e057e6a90722e75ba25a523b28 Mon Sep 17 00:00:00 2001 From: Maciej Wereski Date: Wed, 28 Jul 2021 13:36:47 +0000 Subject: noheat: deploy helm with plugins & chartmuseum Issue-ID: INT-1601 Signed-off-by: Maciej Wereski Change-Id: If42f82101ad22631d636b9cadd8a0cef03e53a11 --- deployment/noheat/cluster-rke/ansible/create.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'deployment/noheat/cluster-rke/ansible/create.yml') diff --git a/deployment/noheat/cluster-rke/ansible/create.yml b/deployment/noheat/cluster-rke/ansible/create.yml index 329d6b84d..c2eca98dc 100644 --- a/deployment/noheat/cluster-rke/ansible/create.yml +++ b/deployment/noheat/cluster-rke/ansible/create.yml @@ -37,3 +37,7 @@ repo: "https://git.onap.org/oom" dest: "{{ oom_dir }}" version: "master" +- name: Install Helm + hosts: operator0 + roles: + - role: setup_helm -- cgit 1.2.3-korg