Update _helpers.tpl

This commit is contained in:
Alexander Buntakov 2021-06-24 22:25:38 +03:00 committed by GitHub
parent 93e3b5bf03
commit f7c6d90697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ app.kubernetes.io/component: {{ .Values.component }}
{{- end }}
{{- if and .Values.db .Values.db.platform }}
app.kubernetes.io/database: {{ .Values.db.platform.name }}
app.kubernetes.io/database/version: {{ .Values.db.platform.version | quote }}
app.kubernetes.io/databaseVersion: {{ .Values.db.platform.version | quote }}
{{- end }}
{{- end }}