Skip to content

Commit

Permalink
Fix backup ApplicationSet environment variable for production (redhat…
Browse files Browse the repository at this point in the history
…-appstudio#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 <hares@redhat.com>
  • Loading branch information
hugares authored Nov 16, 2023
1 parent 69ef6d1 commit 7a23953
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions argo-cd-apps/overlays/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,8 @@ patches:
kind: ApplicationSet
version: v1alpha1
name: release
- path: production-overlay-patch.yaml
target:
kind: ApplicationSet
version: v1alpha1
name: backup

0 comments on commit 7a23953

Please sign in to comment.