Rename kubernetes collection modules
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
8a32661196
commit
5fc68e3330
4 changed files with 12 additions and 8 deletions
|
|
@ -2,11 +2,11 @@
|
|||
- name: longhorn need to be present
|
||||
block:
|
||||
- name: Defined longhorn repository
|
||||
community.kubernetes.helm_repository:
|
||||
kubernetes.core.helm_repository:
|
||||
name: longhorn
|
||||
repo_url: "https://charts.longhorn.io"
|
||||
- name: Deploy latest version of longhorn
|
||||
community.kubernetes.helm:
|
||||
kubernetes.core.helm:
|
||||
context: "{{ my_context }}"
|
||||
name: longhorn
|
||||
chart_ref: longhorn/longhorn
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
- name: longhorn need to be absent
|
||||
block:
|
||||
- name: Deploy latest version of longhorn
|
||||
community.kubernetes.helm:
|
||||
kubernetes.core.helm:
|
||||
context: "{{ my_context }}"
|
||||
name: longhorn
|
||||
chart_ref: longhorn/longhorn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue