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: