Skip to content

Commit

Permalink
root
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Dec 19, 2024
1 parent 6f00c1c commit 0a94977
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions roles/clusterlust.openebs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
mode: '0755'

- name: Setup helm repository
become: false
kubernetes.core.helm_repository:
name: "{{ helm_repo_name }}"
url: "{{ helm_repo_url }}"
state: present

- name: Install the OpenEBS helm chart
become: false
kubernetes.core.helm:
name: "{{ helm_chart_name }}"
chart_ref: "{{ helm_repo_name }}/{{ helm_chart_name }}"
Expand Down

0 comments on commit 0a94977

Please sign in to comment.