ansible-role-k8s-storage/defaults/main.yml
Adrien Reslinger 74333953a8
All checks were successful
continuous-integration/drone/push Build is passing
Deploy local-path with helm
2021-02-21 16:34:38 +01:00

20 lines
No EOL
514 B
YAML

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