Skip to content

Commit dd32126

Browse files
authored
chore(helm): correct typos in deployment files and README (#497)
Signed-off-by: Marc Nuri <[email protected]>
1 parent d9c47f1 commit dd32126

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ In case multi-cluster support is enabled (default) and you have access to multip
479479

480480
## Helm Chart
481481

482-
A [Helm Chart](https://helm.sh) is available to simplify the deployment of the Kubernetes MCP server. Additional details can be found in he [chart README](./charts/kubernetes-mcp-server/README.md).
482+
A [Helm Chart](https://helm.sh) is available to simplify the deployment of the Kubernetes MCP server. Additional details can be found in the [chart README](./charts/kubernetes-mcp-server/README.md).
483483

484484
## 🧑‍💻 Development <a id="development"></a>
485485

charts/kubernetes-mcp-server/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ helm upgrade -i -n kubernetes-mcp-server --create-namespace kubernetes-mcp-serve
2525

2626
### Optimized OpenShift Deployment
2727

28-
Functionality has bee added to the Chart to simplify the deployment to OpenShift Cluster.
28+
Functionality has been added to the Chart to simplify the deployment to OpenShift Cluster.
2929

3030
{{ template "chart.valuesSection" . }}
3131

charts/kubernetes-mcp-server/templates/deployment.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ spec:
5858
volumeMounts:
5959
- name: config
6060
mountPath: {{ .Values.configFilePath | dir }}
61-
{{- with .Values.extraVolumeMounts }}
62-
{{- tpl (toYaml .) . | nindent 12 }}
63-
{{- end }}
6461
{{- with .Values.extraVolumeMounts }}
6562
{{- tpl (toYaml .) . | nindent 12 }}
6663
{{- end }}

0 commit comments

Comments
 (0)