From e71050714bb1ff6e524df3e880e41702920faa50 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 6 Apr 2024 13:44:38 +0100 Subject: [PATCH] Added Outline to new cluster Signed-off-by: Marcus Noble --- manifests/_apps/outline.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/manifests/_apps/outline.yaml b/manifests/_apps/outline.yaml index 331a07d..81afb09 100644 --- a/manifests/_apps/outline.yaml +++ b/manifests/_apps/outline.yaml @@ -22,3 +22,29 @@ spec: - kind: Secret jsonPointers: - /data +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cluster-fun-outline + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: outline + name: cluster-fun (v2) + source: + path: manifests/outline + repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" + targetRevision: HEAD + syncPolicy: + automated: {} + syncOptions: + - CreateNamespace=true + ignoreDifferences: + - kind: Secret + jsonPointers: + - /data +---