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 }}"
|
||||
driver: driver.longhorn.io
|
||||
deletionPolicy: Delete
|
||||
parameters:
|
||||
type: snap
|
||||
with_items:
|
||||
- "longhorn"
|
||||
- "longhorn-crypt"
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
|
||||
- name: longhorn need to be absent
|
||||
block:
|
||||
- name: Deploy latest version of longhorn
|
||||
- name: Remove longhorn
|
||||
kubernetes.core.helm:
|
||||
context: "{{ my_context }}"
|
||||
name: longhorn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue