From 0bb4e23b5966c7ff6245afcc99c643f0a739b038 Mon Sep 17 00:00:00 2001 From: Marco Lecheler Date: Thu, 11 May 2023 22:46:07 +0200 Subject: [PATCH] chore(helm): fix typo in required value in cp deployment (#337) In the controlplane deploment a required value was misspelled. Signed-off-by: Marco Lecheler --- .../tractusx-connector/templates/deployment-controlplane.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tractusx-connector/templates/deployment-controlplane.yaml b/charts/tractusx-connector/templates/deployment-controlplane.yaml index 856cae89f..64e8fa5f8 100644 --- a/charts/tractusx-connector/templates/deployment-controlplane.yaml +++ b/charts/tractusx-connector/templates/deployment-controlplane.yaml @@ -129,7 +129,7 @@ spec: # API # ####### - name: "EDC_API_AUTH_KEY" - value: {{ .Values.controlplane.endpoints.management.authKey | required ".Values.controlplane.endpoints.mangement.authKey is required" | quote }} + value: {{ .Values.controlplane.endpoints.management.authKey | required ".Values.controlplane.endpoints.management.authKey is required" | quote }} - name: "WEB_HTTP_DEFAULT_PORT" value: {{ .Values.controlplane.endpoints.default.port | quote }} - name: "WEB_HTTP_DEFAULT_PATH"