From fd58b0ce6fdf49ab11495182df77dc2a4d6e52b6 Mon Sep 17 00:00:00 2001 From: rostalan Date: Wed, 25 Feb 2026 11:21:15 +0100 Subject: [PATCH] Deploy rhdh --- config/rhdh-secrets.yaml | 3 ++- deploy.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/rhdh-secrets.yaml b/config/rhdh-secrets.yaml index 26085c3..edc8e36 100644 --- a/config/rhdh-secrets.yaml +++ b/config/rhdh-secrets.yaml @@ -10,4 +10,5 @@ stringData: KEYCLOAK_LOGIN_REALM: $KEYCLOAK_LOGIN_REALM KEYCLOAK_REALM: $KEYCLOAK_REALM KEYCLOAK_CLIENT_ID: $KEYCLOAK_CLIENT_ID - KEYCLOAK_CLIENT_SECRET: $KEYCLOAK_CLIENT_SECRET \ No newline at end of file + KEYCLOAK_CLIENT_SECRET: $KEYCLOAK_CLIENT_SECRET + NODE_TLS_REJECT_UNAUTHORIZED: "0" \ No newline at end of file diff --git a/deploy.sh b/deploy.sh index e49d331..c50fcfa 100755 --- a/deploy.sh +++ b/deploy.sh @@ -6,7 +6,7 @@ namespace="rhdh" installation_method="" CV="" github=0 # by default don't use the Github repo unless the chart doesn't exist in the OCI registry -WITH_ORCHESTRATOR=0 +WITH_ORCHESTRATOR=1 # Parse arguments if [[ $# -lt 2 ]]; then