Disable longhorn by default since it not finish
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adrien Reslinger 2021-02-21 17:07:28 +01:00
parent 9734c9afc6
commit 3261fd1d2f
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
2 changed files with 3 additions and 1 deletions

View file

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

View file

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