From 52c9e963b036a4a20ac38a95ebe9fc135025a48b Mon Sep 17 00:00:00 2001 From: sakthi-aot Date: Mon, 6 May 2024 13:32:07 -0600 Subject: [PATCH] test sites --- .github/openshift/deploy.backend-sites.yml | 4 ++-- .github/workflows/ci-cd-sites-openshift-dev.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/openshift/deploy.backend-sites.yml b/.github/openshift/deploy.backend-sites.yml index 94a964fa..2abcf44a 100644 --- a/.github/openshift/deploy.backend-sites.yml +++ b/.github/openshift/deploy.backend-sites.yml @@ -163,12 +163,12 @@ objects: key: KEYCLOCK_SECRET - name: POSTGRES_DB_USERNAME valueFrom: - secretKeyRef: + configMapKeyRef: name: sites-database key: POSTGRES_DB_USERNAME - name: POSTGRES_DB_PASSWORD valueFrom: - secretKeyRef: + configMapKeyRef: name: sites-database key: POSTGRES_DB_PASSWORD diff --git a/.github/workflows/ci-cd-sites-openshift-dev.yaml b/.github/workflows/ci-cd-sites-openshift-dev.yaml index a629df54..32e6ec2c 100644 --- a/.github/workflows/ci-cd-sites-openshift-dev.yaml +++ b/.github/workflows/ci-cd-sites-openshift-dev.yaml @@ -6,7 +6,7 @@ on: branches: - 'dev' - 'feat/task-228' - - 'srs-338' #test123 + - 'srs-338' #test paths: - 'backend/**'