Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ibm/manual-tests/postgres/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ upstream:
appConfig:
app:
title: Red Hat Developer Hub
baseUrl: 'https://{{- include "janus-idp.hostname" . }}'
baseUrl: 'https://{{- include "rhdh.hostname" . }}'
backend:
auth:
externalAccess:
- options:
secret: "${BACKEND_SECRET}"
subject: legacy-default-config
type: legacy
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: # configure Backstage DB connection parameters
host: ${POSTGRES_HOST}
Expand All @@ -43,7 +43,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
Expand Down
8 changes: 4 additions & 4 deletions .ibm/pipelines/value_files/diff-values_showcase-rbac_AKS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ upstream:
appConfig:
app:
# Please update to match host in case you don't want to configure hostname via `global.clusterRouterBase` or `global.host`.
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:
host: null
Expand All @@ -32,7 +32,7 @@ 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:
Expand Down
8 changes: 4 additions & 4 deletions .ibm/pipelines/value_files/diff-values_showcase-rbac_EKS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ upstream:
appConfig:
app:
# Please update to match host in case you don't want to configure hostname via `global.clusterRouterBase` or `global.host`.
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:
host: null
Expand All @@ -32,7 +32,7 @@ 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:
Expand Down
8 changes: 4 additions & 4 deletions .ibm/pipelines/value_files/diff-values_showcase-rbac_GKE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ upstream:
appConfig:
app:
# Please update to match host in case you don't want to configure hostname via `global.clusterRouterBase` or `global.host`.
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:
host: null
Expand All @@ -32,7 +32,7 @@ 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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ 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:
Expand Down
8 changes: 4 additions & 4 deletions .ibm/pipelines/value_files/values_showcase-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -511,11 +511,11 @@ upstream:
appConfig:
app:
# Please update to match host in case you don't want to configure hostname via `global.clusterRouterBase` or `global.host`.
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: # configure Backstage DB connection parameters
host: ${POSTGRES_HOST}
Expand Down Expand Up @@ -583,7 +583,7 @@ upstream:
valueFrom:
secretKeyRef:
key: backend-secret
name: '{{ include "janus-idp.backend-secret-name" $ }}'
name: '{{ include "rhdh.backend-secret-name" $ }}'
# disable telemetry in CI
- name: SEGMENT_TEST_MODE
value: "true"
Expand Down
2 changes: 1 addition & 1 deletion .ibm/pipelines/value_files/values_showcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ 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:
Expand Down
10 changes: 5 additions & 5 deletions scripts/rhdh-openshift-setup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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:
Expand Down
Loading