Disable longhorn by default since it not finish
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
9734c9afc6
commit
3261fd1d2f
2 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ storage_localpath: true
|
||||||
storage_localpath_default_path: "/mnt/local"
|
storage_localpath_default_path: "/mnt/local"
|
||||||
storage_localpath_namespace: "local-path-storage"
|
storage_localpath_namespace: "local-path-storage"
|
||||||
|
|
||||||
storage_longhorn: true
|
storage_longhorn: false
|
||||||
storage_longhorn_namespace: "longhorn-system"
|
storage_longhorn_namespace: "longhorn-system"
|
||||||
|
|
||||||
storage_nfs: false
|
storage_nfs: false
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,8 @@
|
||||||
storageclass.kubernetes.io/is-default-class: "true"
|
storageclass.kubernetes.io/is-default-class: "true"
|
||||||
when:
|
when:
|
||||||
- storage_default_storageclass is defined
|
- storage_default_storageclass is defined
|
||||||
|
tags:
|
||||||
|
- storage
|
||||||
|
|
||||||
- name: Select the default VolumeSnapshotClass
|
- name: Select the default VolumeSnapshotClass
|
||||||
k8s:
|
k8s:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue