diff --git a/manifests/_apps/wallabag.yaml b/manifests/_apps/wallabag.yaml index e4eed84..77e43a0 100644 --- a/manifests/_apps/wallabag.yaml +++ b/manifests/_apps/wallabag.yaml @@ -21,4 +21,30 @@ spec: ignoreDifferences: - kind: Secret jsonPointers: - - /data \ No newline at end of file + - /data +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cluster-fun-wallabag + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: wallabag + name: cluster-fun (v2) + source: + path: manifests/wallabag + repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" + targetRevision: HEAD + syncPolicy: + syncOptions: + - CreateNamespace=true + automated: {} + ignoreDifferences: + - kind: Secret + jsonPointers: + - /data +---