mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 23:45:25 +02:00
feat: add longhorn volumesnapshotclass
This commit is contained in:
@@ -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
|
||||
|
@@ -0,0 +1,7 @@
|
||||
---
|
||||
kind: VolumeSnapshotClass
|
||||
apiVersion: snapshot.storage.k8s.io/v1beta1
|
||||
metadata:
|
||||
name: longhorn
|
||||
driver: driver.longhorn.io
|
||||
deletionPolicy: Delete
|
Reference in New Issue
Block a user