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

20 lines
879 B
YAML

---
storage_longhorn_files_list:
- "longhorn-system-Namespace.yaml"
- "longhorn-service-account-ServiceAccount.yaml"
- "longhorn-role-ClusterRole.yaml"
- "longhorn-bind-ClusterRoleBinding.yaml"
- "engines.longhorn.io-CustomResourceDefinition.yaml"
- "replicas.longhorn.io-CustomResourceDefinition.yaml"
- "settings.longhorn.io-CustomResourceDefinition.yaml"
- "volumes.longhorn.io-CustomResourceDefinition.yaml"
- "engineimages.longhorn.io-CustomResourceDefinition.yaml"
- "nodes.longhorn.io-CustomResourceDefinition.yaml"
- "instancemanagers.longhorn.io-CustomResourceDefinition.yaml"
- "longhorn-default-setting-ConfigMap.yaml"
- "longhorn-manager-DaemonSet.yaml"
- "longhorn-backend-Service.yaml"
- "longhorn-ui-Deployment.yaml"
- "longhorn-frontend-Service.yaml"
- "longhorn-driver-deployer-Deployment.yaml"
- "longhorn-StorageClass.yaml"