Skip to content

Commit

Permalink
[ocp4_workload_lvms] fix template name (#8870)
Browse files Browse the repository at this point in the history
  • Loading branch information
agonzalezrh authored Nov 25, 2024
1 parent 7fb5cf3 commit 6757a29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- name: Create the Logical Volume Manager Storage instance
kubernetes.core.k8s:
state: present
definition: "{{ lookup('template', 'lvms.yaml') }}"
definition: "{{ lookup('template', 'lvmcluster.yaml') }}"

- name: Wait until Logical Volume Manager Storage is installed
kubernetes.core.k8s_info:
Expand Down

0 comments on commit 6757a29

Please sign in to comment.