Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ In case multi-cluster support is enabled (default) and you have access to multip

## Helm Chart

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).
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).

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

Expand Down
2 changes: 1 addition & 1 deletion charts/kubernetes-mcp-server/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ helm upgrade -i -n kubernetes-mcp-server --create-namespace kubernetes-mcp-serve

### Optimized OpenShift Deployment

Functionality has bee added to the Chart to simplify the deployment to OpenShift Cluster.
Functionality has been added to the Chart to simplify the deployment to OpenShift Cluster.

{{ template "chart.valuesSection" . }}

Expand Down
3 changes: 0 additions & 3 deletions charts/kubernetes-mcp-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ spec:
volumeMounts:
- name: config
mountPath: {{ .Values.configFilePath | dir }}
{{- with .Values.extraVolumeMounts }}
{{- tpl (toYaml .) . | nindent 12 }}
{{- end }}
{{- with .Values.extraVolumeMounts }}
{{- tpl (toYaml .) . | nindent 12 }}
{{- end }}
Expand Down