Big update af the role
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
10f4eb6ef0
commit
d97acb68b0
14 changed files with 156 additions and 246 deletions
|
|
@ -1,24 +1,32 @@
|
|||
my_context: minikube
|
||||
|
||||
storage_manual: true
|
||||
storage_manual:
|
||||
enabled: true
|
||||
|
||||
storage_localpath: true
|
||||
storage_localpath_version: "v0.0.21"
|
||||
storage_localpath_default_path: "/mnt/local"
|
||||
storage_localpath_namespace: "local-path-storage"
|
||||
storage_localpath:
|
||||
enabled: true
|
||||
version: "v0.0.21"
|
||||
default_path: "/mnt/local"
|
||||
namespace: "local-path-storage"
|
||||
|
||||
storage_longhorn: false
|
||||
storage_longhorn_version: "v1.2.3"
|
||||
storage_longhorn_namespace: "longhorn-system"
|
||||
storage_longhorn:
|
||||
enabled: false
|
||||
version: "v1.2.3"
|
||||
namespace: "longhorn-system"
|
||||
|
||||
storage_nfs: false
|
||||
storage_nfs_namespace: "nfs-client-provisioner"
|
||||
storage_nfs:
|
||||
enabled: false
|
||||
namespace: "nfs-client-provisioner"
|
||||
|
||||
storage_secrets_store: false
|
||||
storage_secrets_store_version: "v1.1.0"
|
||||
storage_secrets_store:
|
||||
enabled: false
|
||||
version: "v1.1.0"
|
||||
|
||||
storage_secrets_store_azure:
|
||||
version: "v1.1.0"
|
||||
|
||||
storage_linode: false
|
||||
storage_digitalocean: false
|
||||
|
||||
# local-path, longhorn, linode-block-storage, linode-block-storage-retain, do-block-storage
|
||||
storage_default_storageclass: local-path
|
||||
#storage_default_storageclass: local-path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue