Skip to content

Commit

Permalink
[keycloak] Quote release names used in labels (#146)
Browse files Browse the repository at this point in the history
Signed-off-by: Corey McGregor <[email protected]>
  • Loading branch information
shousper authored and unguiculus committed Dec 6, 2019
1 parent 181e328 commit e07a735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: keycloak
version: 6.0.3
version: 6.0.4
appVersion: 7.0.0
description: Open Source Identity and Access Management For Modern Applications and Services
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/keycloak/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Create common labels.
{{- define "keycloak.commonLabels" -}}
app.kubernetes.io/name: {{ include "keycloak.name" . }}
helm.sh/chart: {{ include "keycloak.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name | quote }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end -}}

Expand All @@ -54,7 +54,7 @@ Create selector labels.
*/}}
{{- define "keycloak.selectorLabels" -}}
app.kubernetes.io/name: {{ include "keycloak.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name | quote }}
{{- end -}}

{{/*
Expand Down

0 comments on commit e07a735

Please sign in to comment.