Update longhorn volumeSnahoptClass parameters

This commit is contained in:
Adrien Reslinger 2024-11-09 09:59:35 +01:00
parent 022a821661
commit e3c42ffecd
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -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