mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-03 01:00:54 +02:00
feat: add longhorn volumesnapshotclass
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
|
- secret.enc.yaml
|
||||||
|
- storageclass.yaml
|
||||||
|
- volumesnapshotclass.yaml
|
||||||
- helm-release.yaml
|
- helm-release.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
- monitoring.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