diff --git a/manifests/_apps/starling.yaml b/manifests/_apps/starling.yaml index 1a6a231..bf95e1b 100644 --- a/manifests/_apps/starling.yaml +++ b/manifests/_apps/starling.yaml @@ -27,3 +27,32 @@ spec: jqPathExpressions: - .spec.template.spec.containers[]?.image --- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cluster-fun-starling + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: starling + name: cluster-fun (v2) + source: + path: manifests/starling + 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 +---