Skip to content

Commit

Permalink
Merge pull request #128 from gman0/backport-126
Browse files Browse the repository at this point in the history
chart: fix labelsOverride subtemplate
  • Loading branch information
gman0 authored Oct 6, 2023
2 parents 27a1c2d + f520a93 commit 411bf54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/helm/cvmfs-csi/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ component: controllerplugin

{{- define "cvmfs-csi.nodeplugin.labels" -}}
{{- if .Values.nodeplugin.labelsOverride -}}
{{ .Values.nodeplugin.labelsOverride }}
{{ toYaml .Values.nodeplugin.labelsOverride }}
{{- else -}}
{{ include "cvmfs-csi.common.metaLabels" . }}
component: nodeplugin
Expand All @@ -134,7 +134,7 @@ release: {{ .Release.Name }}

{{- define "cvmfs-csi.controllerplugin.labels" -}}
{{- if .Values.controllerplugin.labelsOverride -}}
{{ .Values.controllerplugin.labelsOverride }}
{{ toYaml .Values.controllerplugin.labelsOverride }}
{{- else -}}
{{ include "cvmfs-csi.common.metaLabels" . }}
component: controllerplugin
Expand Down

0 comments on commit 411bf54

Please sign in to comment.