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:
parent
3b64d301ee
commit
2e885320a0
@ -40,9 +40,6 @@ spec:
|
|||||||
- "{{ template "registry_url" . }}{{ .Values.image.longhorn.manager.repository }}:{{ .Values.image.longhorn.manager.tag }}"
|
- "{{ template "registry_url" . }}{{ .Values.image.longhorn.manager.repository }}:{{ .Values.image.longhorn.manager.tag }}"
|
||||||
- --service-account
|
- --service-account
|
||||||
- longhorn-service-account
|
- longhorn-service-account
|
||||||
{{- if .Values.longhornManager.disableProfiler }}
|
|
||||||
- --disable-profiler
|
|
||||||
{{- end }}
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9500
|
- containerPort: 9500
|
||||||
name: manager
|
name: manager
|
||||||
|
@ -124,9 +124,6 @@ longhornManager:
|
|||||||
# label-key1: "label-value1"
|
# label-key1: "label-value1"
|
||||||
# label-key2: "label-value2"
|
# label-key2: "label-value2"
|
||||||
|
|
||||||
## Set to true to disable profiler
|
|
||||||
disableProfiler: false
|
|
||||||
|
|
||||||
longhornDriver:
|
longhornDriver:
|
||||||
priorityClass: ~
|
priorityClass: ~
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
Loading…
Reference in New Issue
Block a user