File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,10 @@ Match Selector labels
5555*/ }}
5656{{- define " pinot.matchLabels" -}}
5757app: {{ include " pinot.name" . }}
58- chart: {{ include " pinot.chart" . }}
5958release: {{ .Release.Name }}
59+ {{- range $key , $value := .Values.additionalMatchLabels }}
60+ {{ $key }}: {{ $value }}
61+ {{- end }}
6062{{- end }}
6163
6264{{/*
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ serviceAccount:
5252 # If not set and create is true, a name is generated using the fullname template
5353 name : " "
5454
55+ additionalMatchLabels : {}
56+
5557# ------------------------------------------------------------------------------
5658# Pinot Controller:
5759# ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments