未验证 提交 df2758b0 编写于 作者: F Fersandi Pratama 提交者: GitHub

Hardcoded ConfigMap name in helm chart (#5803)

* Hardcoded ConfigMap name in helm chart

* Bump helm chart version to 4.0.1
上级 f86b89eb
......@@ -14,7 +14,7 @@
apiVersion: v2
name: kubernetes-dashboard
version: 4.0.0
version: 4.0.1
appVersion: 2.1.0
description: General-purpose web UI for Kubernetes clusters
keywords:
......
......@@ -17,7 +17,7 @@ kind: ConfigMap
metadata:
labels:
{{ include "kubernetes-dashboard.labels" . | indent 4 }}
name: {{ template "kubernetes-dashboard.fullname" . }}-settings
name: kubernetes-dashboard-settings
data:
{{- with .Values.settings }}
_global: {{ toJson . | quote }}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册