ansible-role-k8s-storage/defaults/main.yml
Adrien Reslinger cf4bab4db7
All checks were successful
continuous-integration/drone/push Build is passing
Change Secrets Store deployment
2021-04-03 14:32:31 +02:00

23 lines
No EOL
593 B
YAML

my_context: minikube
storage_manual: true
storage_localpath: true
storage_localpath_version: "v0.0.19"
storage_localpath_default_path: "/mnt/local"
storage_localpath_namespace: "local-path-storage"
storage_longhorn: false
storage_longhorn_namespace: "longhorn-system"
storage_nfs: false
storage_nfs_namespace: "nfs-client-provisioner"
storage_secrets_store: false
storage_secrets_store_version: "0.0.21"
storage_linode: false
storage_digitalocean: false
# local-path, longhorn, linode-block-storage, linode-block-storage-retain, do-block-storage
storage_default_storageclass: local-path