Skip to content

Commit 1098c56

Browse files
authored
fix: typo in helm chart (#121)
1 parent 7754d11 commit 1098c56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/mcp-operator/templates/configmap-mcp-operator-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ data:
1313
immutability:
1414
{{- .Values.architecture.immutability | toYaml | nindent 8 }}
1515
{{- end }}
16-
{{- if and .Values.apiServer .Values.apiServer.architecture }}
17-
apiServer:
18-
version: {{ .Values.apiServer.architecture.version | default "v1" }}
19-
allowOverride: {{ .Values.apiServer.architecture.allowOverride | default false }}
16+
{{- if and .Values.apiserver .Values.apiserver.architecture }}
17+
apiserver:
18+
version: {{ .Values.apiserver.architecture.version | default "v1" }}
19+
allowOverride: {{ .Values.apiserver.architecture.allowOverride | default false }}
2020
{{- end }}

0 commit comments

Comments
 (0)