feat: add longhorn volumesnapshotclass

This commit is contained in:
auricom
2021-04-17 11:45:51 +02:00
parent f4e1627cc0
commit e738c7ebea
2 changed files with 10 additions and 2 deletions

View File

@@ -1,8 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- secret.enc.yaml
- storageclass.yaml
- volumesnapshotclass.yaml
- helm-release.yaml
- ingress.yaml
- monitoring.yaml
- storageclass.yaml
- secret.enc.yaml

View File

@@ -0,0 +1,7 @@
---
kind: VolumeSnapshotClass
apiVersion: snapshot.storage.k8s.io/v1beta1
metadata:
name: longhorn
driver: driver.longhorn.io
deletionPolicy: Delete