Add snapshot controller

This commit is contained in:
Ruben Hensen
2025-03-01 15:12:14 +01:00
parent 94a09a2eb5
commit e9fc8229a8
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: external-snapshotter
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/kubernetes-csi/external-snapshotter.git
targetRevision: v8.2.0 # Use a version compatible with your Kubernetes version
path: deploy/kubernetes/snapshot-controller
destination:
server: https://kubernetes.default.svc
namespace: kube-system
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true