[stable/mariadb] Add chart and release labels in pods (#6905)

This commit is contained in:
Javier J. Salmerón-García
2018-07-30 11:02:56 -07:00
committed by k8s-ci-robot
parent bfa872376c
commit 1d649fa29d
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: mariadb
version: 4.3.0
version: 4.3.1
appVersion: 10.1.34
description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. Highly available MariaDB cluster.
keywords:
@@ -19,6 +19,7 @@ spec:
app: "{{ template "mariadb.name" . }}"
component: "master"
release: "{{ .Release.Name }}"
chart: {{ template "mariadb.chart" . }}
spec:
securityContext:
runAsUser: 1001
@@ -20,6 +20,7 @@ spec:
app: "{{ template "mariadb.name" . }}"
component: "slave"
release: "{{ .Release.Name }}"
chart: {{ template "mariadb.chart" . }}
spec:
securityContext:
runAsUser: 1001