From b738898b8813dd70fc0e500b14c16a25ced00700 Mon Sep 17 00:00:00 2001 From: Rafael Magalhaes Date: Mon, 30 Sep 2024 12:16:53 +0100 Subject: [PATCH] fix charts --- .../templates/deployment-controlplane.yaml | 2 +- .../templates/deployment-dataplane.yaml | 2 +- .../tractusx-connector-memory/templates/deployment-runtime.yaml | 2 +- .../tractusx-connector/templates/deployment-controlplane.yaml | 2 +- charts/tractusx-connector/templates/deployment-dataplane.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/tractusx-connector-azure-vault/templates/deployment-controlplane.yaml b/charts/tractusx-connector-azure-vault/templates/deployment-controlplane.yaml index 78a1e59d5..f519f3dac 100644 --- a/charts/tractusx-connector-azure-vault/templates/deployment-controlplane.yaml +++ b/charts/tractusx-connector-azure-vault/templates/deployment-controlplane.yaml @@ -142,7 +142,7 @@ spec: {{- end }} - name: "EDC_LOG_LEVEL" - - value: {{ .Values.logs.level | required ".Values.logs.level is required" | quote }} + - value: {{ .Values.logs.level | required ".Values.controlplane.logs.level is required" | quote }} ######################## ## ID CONFIGURATION ## diff --git a/charts/tractusx-connector-azure-vault/templates/deployment-dataplane.yaml b/charts/tractusx-connector-azure-vault/templates/deployment-dataplane.yaml index 0d5afbd34..c2c9d8252 100644 --- a/charts/tractusx-connector-azure-vault/templates/deployment-dataplane.yaml +++ b/charts/tractusx-connector-azure-vault/templates/deployment-dataplane.yaml @@ -141,7 +141,7 @@ spec: {{- end }} - name: "EDC_LOG_LEVEL" - - value: {{ .Values.logs.level | required ".Values.logs.level is required" | quote }} + - value: {{ .Values.logs.level | required ".Values.dataplane.logs.level is required" | quote }} ######################## ## ID CONFIGURATION ## diff --git a/charts/tractusx-connector-memory/templates/deployment-runtime.yaml b/charts/tractusx-connector-memory/templates/deployment-runtime.yaml index f9ca21a13..b11e23779 100644 --- a/charts/tractusx-connector-memory/templates/deployment-runtime.yaml +++ b/charts/tractusx-connector-memory/templates/deployment-runtime.yaml @@ -142,7 +142,7 @@ spec: {{- end }} - name: "EDC_LOG_LEVEL" - - value: {{ .Values.logs.level | required ".Values.logs.level is required" | quote }} + - value: {{ .Values.logs.level | required ".Values.runtime.logs.level is required" | quote }} ######################## ## ID CONFIGURATION ## diff --git a/charts/tractusx-connector/templates/deployment-controlplane.yaml b/charts/tractusx-connector/templates/deployment-controlplane.yaml index 1e6b9474e..71b4c0e5c 100644 --- a/charts/tractusx-connector/templates/deployment-controlplane.yaml +++ b/charts/tractusx-connector/templates/deployment-controlplane.yaml @@ -142,7 +142,7 @@ spec: {{- end }} - name: "EDC_LOG_LEVEL" - - value: {{ .Values.logs.level | required ".Values.logs.level is required" | quote }} + - value: {{ .Values.logs.level | required ".Values.controlplane.logs.level is required" | quote }} ######################## ## ID CONFIGURATION ## diff --git a/charts/tractusx-connector/templates/deployment-dataplane.yaml b/charts/tractusx-connector/templates/deployment-dataplane.yaml index 8069e4860..a7711ad2d 100644 --- a/charts/tractusx-connector/templates/deployment-dataplane.yaml +++ b/charts/tractusx-connector/templates/deployment-dataplane.yaml @@ -141,7 +141,7 @@ spec: {{- end }} - name: "EDC_LOG_LEVEL" - - value: {{ .Values.logs.level | required ".Values.logs.level is required" | quote }} + - value: {{ .Values.logs.level | required ".Values.dataplane.logs.level is required" | quote }} ######################## ## ID CONFIGURATION ##