diff --git a/_apps/external-snapshotter.yaml b/_apps/external-snapshotter.yaml new file mode 100644 index 0000000..d8e0b22 --- /dev/null +++ b/_apps/external-snapshotter.yaml @@ -0,0 +1,19 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: external-snapshotter + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: system + source: + path: system/external-snapshotter + repoURL: https://git.tbrnt.ch/tobru/gitops-zurrli.git + targetRevision: HEAD + destination: + namespace: kube-system + server: https://kubernetes.default.svc + syncPolicy: + automated: + selfHeal: false diff --git a/_apps/volsync.yaml b/_apps/volsync.yaml new file mode 100644 index 0000000..eb3d89e --- /dev/null +++ b/_apps/volsync.yaml @@ -0,0 +1,19 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: volsync + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: system + source: + chart: volsync + repoURL: https://backube.github.io/helm-charts/ + targetRevision: 0.5.0 + destination: + namespace: volsync + server: https://kubernetes.default.svc + syncPolicy: + syncOptions: + - CreateNamespace=true