From 01a3259bb07689dcfb45accea411cc67cb4cb49d Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 6 Apr 2024 13:46:22 +0100 Subject: [PATCH] Added Wallabag to new cluster Signed-off-by: Marcus Noble --- manifests/_apps/wallabag.yaml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) 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 +---