From f34b8e730ea6f22adf323fb4c11a5980f4004509 Mon Sep 17 00:00:00 2001 From: Johannes Aubart Date: Tue, 29 Jul 2025 08:32:12 +0200 Subject: [PATCH] fix typo in helm chart --- .../templates/configmap-mcp-operator-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/mcp-operator/templates/configmap-mcp-operator-config.yaml b/charts/mcp-operator/templates/configmap-mcp-operator-config.yaml index 4563794..ec5f50f 100644 --- a/charts/mcp-operator/templates/configmap-mcp-operator-config.yaml +++ b/charts/mcp-operator/templates/configmap-mcp-operator-config.yaml @@ -13,8 +13,8 @@ data: immutability: {{- .Values.architecture.immutability | toYaml | nindent 8 }} {{- end }} - {{- if and .Values.apiServer .Values.apiServer.architecture }} - apiServer: - version: {{ .Values.apiServer.architecture.version | default "v1" }} - allowOverride: {{ .Values.apiServer.architecture.allowOverride | default false }} + {{- if and .Values.apiserver .Values.apiserver.architecture }} + apiserver: + version: {{ .Values.apiserver.architecture.version | default "v1" }} + allowOverride: {{ .Values.apiserver.architecture.allowOverride | default false }} {{- end }}