Skip to content

Commit

Permalink
Fix: Manage the OpenEBS helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Jan 8, 2025
1 parent e724a33 commit ee01729
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openebs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
hosts: kube_node
become: true
gather_facts: true
vars:
# Semaphore does not pass $HOME so K8S_AUTH_KUBECONFIG needs to be set.
k8s_auth_kubeconfig: /home/semaphore/.kube/config
tasks:
- name: Manage Logical Volume Management
ansible.builtin.include_role:
Expand All @@ -28,6 +25,9 @@
hosts: localhost
become: false
gather_facts: true
vars:
# Semaphore does not pass $HOME so K8S_AUTH_KUBECONFIG needs to be set.
k8s_auth_kubeconfig: /home/semaphore/.kube/config
tasks:
- name: Manage OpenEBS
ansible.builtin.include_role:
Expand Down

0 comments on commit ee01729

Please sign in to comment.