From b7b2a8e43f56514f01208deea3ab7ad5f06e496a Mon Sep 17 00:00:00 2001 From: hannah-macdonald1 Date: Thu, 1 Feb 2024 16:12:09 -0700 Subject: [PATCH] fix env variable name --- containers/db_cleanup/openshift/templates/db-cleanup-dc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/db_cleanup/openshift/templates/db-cleanup-dc.yaml b/containers/db_cleanup/openshift/templates/db-cleanup-dc.yaml index 01e04d4..7d9fc57 100644 --- a/containers/db_cleanup/openshift/templates/db-cleanup-dc.yaml +++ b/containers/db_cleanup/openshift/templates/db-cleanup-dc.yaml @@ -92,7 +92,7 @@ objects: valueFrom: secretKeyRef: name: patroni-ha-postgres-instance - key: app-db-name-dev + key: db-name-dev - name: DB_HOST valueFrom: secretKeyRef: