Skip to content

Commit

Permalink
Update charts/netobserv/templates/_helpers.tpl
Browse files Browse the repository at this point in the history
Co-authored-by: Mack (Maksym Iv) <[email protected]>
  • Loading branch information
kgrubb and maksym-iv-elf authored Jul 2, 2024
1 parent 11997ba commit d931a71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/netobserv/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ helm.sh/chart: {{ include "netobserv.chart" . }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- if .Values.commonLabels }}
{{ toYaml .Values.commonLabels }}
{{ include "netobserv.selectorLabels" . }}
{{- range $k, $v := .Values.commonLabels }}
{{ $k }}: {{ $v | quote }}
{{- end }}
{{- end }}

Expand Down

0 comments on commit d931a71

Please sign in to comment.