diff --git a/helm/value_file.yaml b/helm/value_file.yaml index fc8165c..bac8610 100644 --- a/helm/value_file.yaml +++ b/helm/value_file.yaml @@ -11,4 +11,7 @@ upstream: - configMapRef: app-config-rhdh filename: app-config-rhdh.yaml extraEnvVarsSecrets: - - rhdh-secrets \ No newline at end of file + - rhdh-secrets + extraEnvVars: + - name: NODE_TLS_REJECT_UNAUTHORIZED + value: "0" \ No newline at end of file diff --git a/operator/subscription.yaml b/operator/subscription.yaml index ed1cd55..4f4a1ba 100644 --- a/operator/subscription.yaml +++ b/operator/subscription.yaml @@ -20,6 +20,8 @@ spec: value: "${RHDH_BASE_URL}" - name: CATALOG_INDEX_IMAGE value: "quay.io/rhdh/plugin-catalog-index:${CATALOG_INDEX_TAG}" + - name: NODE_TLS_REJECT_UNAUTHORIZED + value: "0" secrets: - name: rhdh-secrets database: