mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/mariadb] Add chart and release labels in pods (#6905)
This commit is contained in:
committed by
k8s-ci-robot
parent
bfa872376c
commit
1d649fa29d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user