Skip to content

Commit 9e0108d

Browse files
themr0cclaude
andcommitted
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 <noreply@anthropic.com>
1 parent b31803b commit 9e0108d

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)