From 28a3f82ceb4259069cb5f08b0b9c996c2074ccb9 Mon Sep 17 00:00:00 2001 From: Aditya Vallabh Ganti Date: Wed, 11 Jan 2023 13:01:24 +0530 Subject: [PATCH] Re-arrange confusing comment --- .../localprovisioner/deployment-local-provisioner.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/openebs/templates/localprovisioner/deployment-local-provisioner.yaml b/charts/openebs/templates/localprovisioner/deployment-local-provisioner.yaml index 92984b2c..b5c19730 100644 --- a/charts/openebs/templates/localprovisioner/deployment-local-provisioner.yaml +++ b/charts/openebs/templates/localprovisioner/deployment-local-provisioner.yaml @@ -78,10 +78,10 @@ spec: valueFrom: fieldRef: fieldPath: spec.serviceAccountName - # OPENEBS_IO_BASE_PATH is the environment variable that provides the - # default base path on the node where host-path PVs will be provisioned. - name: OPENEBS_IO_ENABLE_ANALYTICS value: "{{ .Values.analytics.enabled }}" + # OPENEBS_IO_BASE_PATH is the environment variable that provides the + # default base path on the node where host-path PVs will be provisioned. - name: OPENEBS_IO_BASE_PATH value: "{{ .Values.localprovisioner.basePath }}" - name: OPENEBS_IO_HELPER_IMAGE