Skip to content

Commit

Permalink
Merge pull request #549 from Kavinraja-G/bugfix/operator-labels
Browse files Browse the repository at this point in the history
Fix boolean dataType issue with labels
  • Loading branch information
ese authored Jan 18, 2023
2 parents 861765f + c779ad1 commit fe8090a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/redisoperator/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/part-of: {{ include "chart.name" . }}
{{- range $k, $v := .Values.labels }}
{{ $k }}: {{ $v }}
{{- if .Values.labels}}
{{ toYaml .Values.labels }}
{{- end }}
{{- end -}}

Expand Down

0 comments on commit fe8090a

Please sign in to comment.