Skip to content

Commit 3ba67c4

Browse files
openshift-cherrypick-robotthemr0cclaude
authored
[release-1.10] RHDHBUGS-2557: Rename deprecated janus-idp Helm template references to rhdh (#2229)
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 033ad91 commit 3ba67c4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/configure_configuring-rhdh/proc-configure-an-external-postgresql-instance-using-the-helm-chart.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ upstream:
122122
valueFrom:
123123
secretKeyRef:
124124
key: backend-secret
125-
name: '{{ include "janus-idp.backend-secret-name" $ }}'
125+
name: '{{ include "rhdh.backend-secret-name" $ }}'
126126
extraVolumeMounts:
127127
- mountPath: /opt/app-root/src/dynamic-plugins-root
128128
name: dynamic-plugins-root

modules/configure_configuring-rhdh/proc-fix-helm-overwriting-predefined-arrays.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ extraEnvVars:
2525
valueFrom:
2626
secretKeyRef:
2727
key: backend-secret
28-
name: '{{ include "janus-idp.backend-secret-name" $ }}'
28+
name: '{{ include "rhdh.backend-secret-name" $ }}'
2929
- name: POSTGRESQL_ADMIN_PASSWORD
3030
valueFrom:
3131
secretKeyRef:
3232
key: postgres-password
33-
name: '{{- include "janus-idp.postgresql.secretName" . }}'
33+
name: '{{- include "rhdh.postgresql.secretName" . }}'
3434
----
3535

3636
. For `extraVolumeMounts`, add the following content to your `values.yaml` file:

0 commit comments

Comments
 (0)