From 7a23953b61a8cb32aa7ebce34095d923d2216524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Ar=C3=A8s?= Date: Thu, 16 Nov 2023 15:30:48 -0500 Subject: [PATCH] Fix backup ApplicationSet environment variable for production (#2763) When backup ApplicationSet was added, we forgot to patch it to change environment variable for production. Without this, it was expecting the component to be in the following 2 locations which is wrong: * components/backup/staging/stone-prd-m01 * components/backup/staging/stone-prd-rh01 RHTAPSRE-215 Signed-off-by: Hugo Ares --- argo-cd-apps/overlays/production/kustomization.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/argo-cd-apps/overlays/production/kustomization.yaml b/argo-cd-apps/overlays/production/kustomization.yaml index 65b66c77bc4..c278a0b71d7 100644 --- a/argo-cd-apps/overlays/production/kustomization.yaml +++ b/argo-cd-apps/overlays/production/kustomization.yaml @@ -127,3 +127,8 @@ patches: kind: ApplicationSet version: v1alpha1 name: release + - path: production-overlay-patch.yaml + target: + kind: ApplicationSet + version: v1alpha1 + name: backup