Skip to content

Commit

Permalink
Fix boolean dataType issue with labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavinraja-G committed Jan 2, 2023
1 parent 27152e0 commit c779ad1
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 c779ad1

Please sign in to comment.