From ccd30a8d7d18bc7d2c80d1fa2c82a1ea46aee800 Mon Sep 17 00:00:00 2001 From: Dennis Sieben Date: Tue, 1 Oct 2024 11:34:08 +0200 Subject: [PATCH] - added OCIS_URL --- charts/ocis/templates/ocm/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/ocis/templates/ocm/deployment.yaml b/charts/ocis/templates/ocm/deployment.yaml index 8caa9ff4..27a65382 100644 --- a/charts/ocis/templates/ocm/deployment.yaml +++ b/charts/ocis/templates/ocm/deployment.yaml @@ -55,6 +55,9 @@ spec: - name: OCM_GRPC_ADDR value: 0.0.0.0:9282 + - name: OCIS_URL + value: "https://{{ .Values.externalDomain }}" + - name: OCM_JWT_SECRET valueFrom: secretKeyRef: