Revert "Update chart to allow user to disable-profiler"

This reverts commit 3b64d301ee.

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
This commit is contained in:
Chin-Ya Huang 2021-06-18 23:20:18 +08:00 committed by Sheng Yang
parent 3b64d301ee
commit 2e885320a0
2 changed files with 0 additions and 6 deletions

View File

@ -40,9 +40,6 @@ spec:
- "{{ template "registry_url" . }}{{ .Values.image.longhorn.manager.repository }}:{{ .Values.image.longhorn.manager.tag }}"
- --service-account
- longhorn-service-account
{{- if .Values.longhornManager.disableProfiler }}
- --disable-profiler
{{- end }}
ports:
- containerPort: 9500
name: manager

View File

@ -124,9 +124,6 @@ longhornManager:
# label-key1: "label-value1"
# label-key2: "label-value2"
## Set to true to disable profiler
disableProfiler: false
longhornDriver:
priorityClass: ~
tolerations: []