We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ef296 commit fd58b0cCopy full SHA for fd58b0c
2 files changed
config/rhdh-secrets.yaml
@@ -10,4 +10,5 @@ stringData:
10
KEYCLOAK_LOGIN_REALM: $KEYCLOAK_LOGIN_REALM
11
KEYCLOAK_REALM: $KEYCLOAK_REALM
12
KEYCLOAK_CLIENT_ID: $KEYCLOAK_CLIENT_ID
13
- KEYCLOAK_CLIENT_SECRET: $KEYCLOAK_CLIENT_SECRET
+ KEYCLOAK_CLIENT_SECRET: $KEYCLOAK_CLIENT_SECRET
14
+ NODE_TLS_REJECT_UNAUTHORIZED: "0"
deploy.sh
@@ -6,7 +6,7 @@ namespace="rhdh"
6
installation_method=""
7
CV=""
8
github=0 # by default don't use the Github repo unless the chart doesn't exist in the OCI registry
9
-WITH_ORCHESTRATOR=0
+WITH_ORCHESTRATOR=1
# Parse arguments
if [[ $# -lt 2 ]]; then
0 commit comments