ansible-role-k8s-storage/vars/longhorn.yaml
Adrien 8cc1e01af4
All checks were successful
continuous-integration/drone/push Build is passing
Update longhorn
2020-08-24 15:20:25 +02:00

23 lines
999 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-psp-PodSecurityPolicy.yaml"
- "longhorn-psp-role-Role.yaml"
- "longhorn-psp-binding-RoleBinding.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"