Skip to content

Commit 510b272

Browse files
committed
fix(cloudbeaver): labels application
1 parent 96cc9a6 commit 510b272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/cloudbeaver/23/chart/cloudbeaver/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ spec:
118118
{{ toYaml .Values.persistence.annotations | indent 8 }}
119119
{{- end }}
120120
labels:
121-
application: {{ template "cloudbeaver.fullname" . }}
121+
application: {{ include "common.names.fullname" . }}
122122
release: {{ .Release.Name }}
123123
heritage: {{ .Release.Service }}
124124
spec:

0 commit comments

Comments
 (0)