From 782128860a6134212091cc3be4f0bcd76eba20b0 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 6 Apr 2024 14:07:15 +0100 Subject: [PATCH] Added NodeRed to new cluster Signed-off-by: Marcus Noble --- manifests/_apps/nodered.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/manifests/_apps/nodered.yaml b/manifests/_apps/nodered.yaml index 89e9e6e..1851b20 100644 --- a/manifests/_apps/nodered.yaml +++ b/manifests/_apps/nodered.yaml @@ -22,3 +22,29 @@ spec: - kind: Secret jsonPointers: - /data +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cluster-fun-nodered + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: node-red + name: cluster-fun (v2) + source: + path: manifests/nodered + repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" + targetRevision: HEAD + syncPolicy: + automated: {} + syncOptions: + - CreateNamespace=true + ignoreDifferences: + - kind: Secret + jsonPointers: + - /data +---