From f5dedda196fedc7290b59cf84dc29118b77db44c Mon Sep 17 00:00:00 2001 From: Fortune-Ndlovu Date: Thu, 22 Jan 2026 10:30:50 +0000 Subject: [PATCH] chore: update all janus-idp.* template references to rhdh.* in values.yaml Signed-off-by: Fortune-Ndlovu --- scripts/rhdh-openshift-setup/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/rhdh-openshift-setup/values.yaml b/scripts/rhdh-openshift-setup/values.yaml index 4e74b81ca3..b414a0abff 100644 --- a/scripts/rhdh-openshift-setup/values.yaml +++ b/scripts/rhdh-openshift-setup/values.yaml @@ -253,11 +253,11 @@ upstream: appConfig: app: # Please update to match host in case you don't want to configure hostname via `global.clusterRouterBase` or `global.host` if not deploying on an openshift cluster. - baseUrl: 'https://{{- include "janus-idp.hostname" . }}' + baseUrl: 'https://{{- include "rhdh.hostname" . }}' backend: - baseUrl: 'https://{{- include "janus-idp.hostname" . }}' + baseUrl: 'https://{{- include "rhdh.hostname" . }}' cors: - origin: 'https://{{- include "janus-idp.hostname" . }}' + origin: 'https://{{- include "rhdh.hostname" . }}' database: connection: password: ${POSTGRESQL_ADMIN_PASSWORD} @@ -313,12 +313,12 @@ upstream: valueFrom: secretKeyRef: key: backend-secret - name: '{{ include "janus-idp.backend-secret-name" $ }}' + name: '{{ include "rhdh.backend-secret-name" $ }}' - name: POSTGRESQL_ADMIN_PASSWORD valueFrom: secretKeyRef: key: postgres-password - name: '{{- include "janus-idp.postgresql.secretName" . }}' + name: '{{- include "rhdh.postgresql.secretName" . }}' - name: NODE_TLS_REJECT_UNAUTHORIZED value: '0' args: