From cf507a70afbaa049fd455ef2d43d2a72611ca580 Mon Sep 17 00:00:00 2001 From: rblundon Date: Sun, 27 Jul 2025 21:10:50 -0500 Subject: [PATCH] added applicarions App of Apps pattern --- cluster/applications-AoA.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 cluster/applications-AoA.yaml diff --git a/cluster/applications-AoA.yaml b/cluster/applications-AoA.yaml new file mode 100644 index 0000000..74a2614 --- /dev/null +++ b/cluster/applications-AoA.yaml @@ -0,0 +1,26 @@ +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: applications + namespace: openshift-gitops +spec: + destination: + name: in-cluster + namespace: openshift-gitops + project: default + source: + path: applications + repoURL: https://github.com/rblundon/homelab.git + targetRevision: HEAD + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - RespectIgnoreDifferences=true + ignoreDifferences: + - group: argoproj.io + kind: Application + jsonPointers: + - /spec/syncPolicy/automated