From ec307cd7a30f2f7fa24243c2defa87ed45196e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Wed, 20 May 2026 08:45:05 +0200 Subject: [PATCH] RHDHBUGS-2557: Rename deprecated janus-idp Helm template references to rhdh Replace 3 deprecated janus-idp.* Helm named template references with their rhdh.* counterparts, matching the rename done in the Helm chart repo (RHDHBUGS-2159). Co-Authored-By: Claude Opus 4.6 --- ...-an-external-postgresql-instance-using-the-helm-chart.adoc | 2 +- .../proc-fix-helm-overwriting-predefined-arrays.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/configure_configuring-rhdh/proc-configure-an-external-postgresql-instance-using-the-helm-chart.adoc b/modules/configure_configuring-rhdh/proc-configure-an-external-postgresql-instance-using-the-helm-chart.adoc index dea7ca4b34d..749a363555d 100644 --- a/modules/configure_configuring-rhdh/proc-configure-an-external-postgresql-instance-using-the-helm-chart.adoc +++ b/modules/configure_configuring-rhdh/proc-configure-an-external-postgresql-instance-using-the-helm-chart.adoc @@ -122,7 +122,7 @@ upstream: valueFrom: secretKeyRef: key: backend-secret - name: '{{ include "janus-idp.backend-secret-name" $ }}' + name: '{{ include "rhdh.backend-secret-name" $ }}' extraVolumeMounts: - mountPath: /opt/app-root/src/dynamic-plugins-root name: dynamic-plugins-root diff --git a/modules/configure_configuring-rhdh/proc-fix-helm-overwriting-predefined-arrays.adoc b/modules/configure_configuring-rhdh/proc-fix-helm-overwriting-predefined-arrays.adoc index 6c19d49a405..dafb29afaf0 100644 --- a/modules/configure_configuring-rhdh/proc-fix-helm-overwriting-predefined-arrays.adoc +++ b/modules/configure_configuring-rhdh/proc-fix-helm-overwriting-predefined-arrays.adoc @@ -25,12 +25,12 @@ extraEnvVars: 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" . }}' ---- . For `extraVolumeMounts`, add the following content to your `values.yaml` file: