Skip to content

Commit fd58b0c

Browse files
committed
Deploy rhdh
1 parent 40ef296 commit fd58b0c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

config/rhdh-secrets.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ stringData:
1010
KEYCLOAK_LOGIN_REALM: $KEYCLOAK_LOGIN_REALM
1111
KEYCLOAK_REALM: $KEYCLOAK_REALM
1212
KEYCLOAK_CLIENT_ID: $KEYCLOAK_CLIENT_ID
13-
KEYCLOAK_CLIENT_SECRET: $KEYCLOAK_CLIENT_SECRET
13+
KEYCLOAK_CLIENT_SECRET: $KEYCLOAK_CLIENT_SECRET
14+
NODE_TLS_REJECT_UNAUTHORIZED: "0"

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace="rhdh"
66
installation_method=""
77
CV=""
88
github=0 # by default don't use the Github repo unless the chart doesn't exist in the OCI registry
9-
WITH_ORCHESTRATOR=0
9+
WITH_ORCHESTRATOR=1
1010

1111
# Parse arguments
1212
if [[ $# -lt 2 ]]; then

0 commit comments

Comments
 (0)