diff --git a/apps/templates/immich-folder.yaml b/apps/templates/immich-folder.yaml index c9e68de..ed04fbe 100644 --- a/apps/templates/immich-folder.yaml +++ b/apps/templates/immich-folder.yaml @@ -1,19 +1,19 @@ -# apiVersion: argoproj.io/v1alpha1 -# kind: Application -# metadata: -# name: immich -# namespace: argocd -# finalizers: -# - resources-finalizer.argocd.argoproj.io -# spec: -# project: default -# source: -# repoURL: https://github.com/rubenhensen/k8scd.git -# targetRevision: HEAD -# path: immich -# destination: -# server: https://kubernetes.default.svc -# namespace: immich -# syncPolicy: -# syncOptions: -# - CreateNamespace=true \ No newline at end of file +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: immich + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: https://github.com/rubenhensen/k8scd.git + targetRevision: HEAD + path: immich + destination: + server: https://kubernetes.default.svc + namespace: immich + syncPolicy: + syncOptions: + - CreateNamespace=true \ No newline at end of file