Update longhorn volumeSnahoptClass parameters
This commit is contained in:
parent
022a821661
commit
e3c42ffecd
1 changed files with 3 additions and 1 deletions
|
|
@ -83,6 +83,8 @@
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
driver: driver.longhorn.io
|
driver: driver.longhorn.io
|
||||||
deletionPolicy: Delete
|
deletionPolicy: Delete
|
||||||
|
parameters:
|
||||||
|
type: snap
|
||||||
with_items:
|
with_items:
|
||||||
- "longhorn"
|
- "longhorn"
|
||||||
- "longhorn-crypt"
|
- "longhorn-crypt"
|
||||||
|
|
@ -105,7 +107,7 @@
|
||||||
|
|
||||||
- name: longhorn need to be absent
|
- name: longhorn need to be absent
|
||||||
block:
|
block:
|
||||||
- name: Deploy latest version of longhorn
|
- name: Remove longhorn
|
||||||
kubernetes.core.helm:
|
kubernetes.core.helm:
|
||||||
context: "{{ my_context }}"
|
context: "{{ my_context }}"
|
||||||
name: longhorn
|
name: longhorn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue