Compare commits
No commits in common. "8d846e39a8ceff4331689c4f7011fb03d826b071" and "022a821661ad89230a5d3d610940a7cdaec77dcc" have entirely different histories.
8d846e39a8
...
022a821661
2 changed files with 2 additions and 4 deletions
|
|
@ -83,8 +83,6 @@
|
||||||
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"
|
||||||
|
|
@ -107,7 +105,7 @@
|
||||||
|
|
||||||
- name: longhorn need to be absent
|
- name: longhorn need to be absent
|
||||||
block:
|
block:
|
||||||
- name: Remove longhorn
|
- name: Deploy latest version of longhorn
|
||||||
kubernetes.core.helm:
|
kubernetes.core.helm:
|
||||||
context: "{{ my_context }}"
|
context: "{{ my_context }}"
|
||||||
name: longhorn
|
name: longhorn
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: "{{ storage_longhorn_namespace }}"
|
name: "{{ storage_longhorn.namespace }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue