From 5d73eddd5936429db050832e209aba4f79b5b74c Mon Sep 17 00:00:00 2001 From: Ruben Romero Montes Date: Tue, 31 Oct 2023 16:41:39 +0100 Subject: [PATCH] chore: add PROJECT_NAME parameter Signed-off-by: Ruben Romero Montes --- deploy/openshift/template.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/deploy/openshift/template.yaml b/deploy/openshift/template.yaml index 9e86711e..4e77845e 100644 --- a/deploy/openshift/template.yaml +++ b/deploy/openshift/template.yaml @@ -102,8 +102,8 @@ objects: - name: MONITORING_SENTRY_DSN valueFrom: secretKeyRef: - name: exhort-secret - key: sentry-dsn + name: '${PROJECT_NAME}-dsn' + key: dsn - name: MONITORING_SENTRY_SERVERNAME valueFrom: fieldRef: @@ -192,3 +192,7 @@ parameters: value: stage displayName: Environment (default -- stage) description: 'Application environment' + - name: PROJECT_NAME + value: trusted-content-exhort-stage + displayName: Project name (default -- trusted-content-exhort-stage) + description: 'Project name'