ansible-role-k8s-storage/vars/local.yaml
Adrien 8ddacfec51
All checks were successful
continuous-integration/drone/push Build is passing
Add longhorn
2020-08-08 00:06:28 +02:00

9 lines
367 B
YAML

---
storage_localpath_files_list:
- "local-path-storage-Namespace.yaml"
- "local-path-provisioner-service-account-ServiceAccount.yaml"
- "local-path-provisioner-role-ClusterRole.yaml"
- "local-path-provisioner-bind-ClusterRoleBinding.yaml"
- "local-path-provisioner-Deployment.yaml"
- "local-path-StorageClass.yaml"
- "local-path-config-ConfigMap.yaml"