Compare commits
2 commits
022a821661
...
8d846e39a8
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d846e39a8 | |||
| e3c42ffecd |
2 changed files with 4 additions and 2 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
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: "{{ storage_longhorn.namespace }}"
|
||||
name: "{{ storage_longhorn_namespace }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue