diff --git a/argocd/apps/nextcloud.yaml b/argocd/apps/nextcloud.yaml new file mode 100644 index 0000000..3c197aa --- /dev/null +++ b/argocd/apps/nextcloud.yaml @@ -0,0 +1,22 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: nextcloud + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: https://github.com/ikanago/homelab + targetRevision: HEAD + path: helm/nextcloud + destination: + server: https://kubernetes.default.svc + namespace: nextcloud + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true + - ServerSideApply=true