From 7d8953861dfc7a55530259ed9ea5edc3542eaa7c Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 6 Apr 2024 13:45:58 +0100 Subject: [PATCH] Added twitter-profile-pic to new cluster Signed-off-by: Marcus Noble --- manifests/_apps/twitter-profile-pic.yaml | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/manifests/_apps/twitter-profile-pic.yaml b/manifests/_apps/twitter-profile-pic.yaml index 9dcead3..97346df 100644 --- a/manifests/_apps/twitter-profile-pic.yaml +++ b/manifests/_apps/twitter-profile-pic.yaml @@ -27,3 +27,32 @@ spec: jqPathExpressions: - .spec.template.spec.containers[]?.image --- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cluster-fun-twitter-profile-pic + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: twitter-profile-pic + name: cluster-fun (v2) + source: + path: manifests/twitter-profile-pic + repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" + targetRevision: HEAD + syncPolicy: + automated: {} + syncOptions: + - CreateNamespace=true + ignoreDifferences: + - kind: Secret + jsonPointers: + - /data + - group: apps + kind: Deployment + jqPathExpressions: + - .spec.template.spec.containers[]?.image +---