diff --git a/platform/production/volsync.yaml b/platform/production/volsync.yaml new file mode 100644 index 0000000..d5e44b6 --- /dev/null +++ b/platform/production/volsync.yaml @@ -0,0 +1,23 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + finalizers: + - resources-finalizer.argocd.argoproj.io + name: volsync +spec: + destination: + name: in-cluster + namespace: volsync-system + project: default + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true + - ApplyOutOfSyncOnly=true + - ServerSideApply=true + source: + repoURL: https://backube.github.io/helm-charts + chart: volsync + targetRevision: 0.14.0