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 }}"
|
||||
driver: driver.longhorn.io
|
||||
deletionPolicy: Delete
|
||||
parameters:
|
||||
type: snap
|
||||
with_items:
|
||||
- "longhorn"
|
||||
- "longhorn-crypt"
|
||||
|
|
@ -107,7 +105,7 @@
|
|||
|
||||
- name: longhorn need to be absent
|
||||
block:
|
||||
- name: Remove longhorn
|
||||
- name: Deploy latest version of 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