diff --git a/charts/openebs/templates/localprovisioner/deployment-local-provisioner.yaml b/charts/openebs/templates/localprovisioner/deployment-local-provisioner.yaml index 92984b2..b5c1973 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