From 2e885320a002206cf9a118f960c9dc7637e980af Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Fri, 18 Jun 2021 23:20:18 +0800 Subject: [PATCH] Revert "Update chart to allow user to disable-profiler" This reverts commit 3b64d301eeeffc3a7be1ae33d5ca346a74d816c0. Signed-off-by: Chin-Ya Huang --- chart/templates/daemonset-sa.yaml | 3 --- chart/values.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/chart/templates/daemonset-sa.yaml b/chart/templates/daemonset-sa.yaml index 5e09fa9..636a4c0 100644 --- a/chart/templates/daemonset-sa.yaml +++ b/chart/templates/daemonset-sa.yaml @@ -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 diff --git a/chart/values.yaml b/chart/values.yaml index e5ce497..986c3ad 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -124,9 +124,6 @@ longhornManager: # label-key1: "label-value1" # label-key2: "label-value2" - ## Set to true to disable profiler - disableProfiler: false - longhornDriver: priorityClass: ~ tolerations: []