mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/mariadb] add release to pod selector (#4840)
* add release label to pod template * [stable/mariadb] add release to pod selector
This commit is contained in:
committed by
k8s-ci-robot
parent
90937af7a6
commit
6c661613cb
@@ -1,5 +1,5 @@
|
||||
name: mariadb
|
||||
version: 3.0.2
|
||||
version: 3.0.3
|
||||
appVersion: 10.1.32
|
||||
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.
|
||||
keywords:
|
||||
|
||||
@@ -12,6 +12,7 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: {{ template "mariadb.name" . }}
|
||||
release: "{{ .Release.Name }}"
|
||||
spec:
|
||||
{{- if .Values.image.pullSecrets }}
|
||||
imagePullSecrets:
|
||||
|
||||
@@ -30,3 +30,4 @@ spec:
|
||||
{{- end }}
|
||||
selector:
|
||||
app: {{ template "mariadb.name" . }}
|
||||
release: "{{ .Release.Name }}"
|
||||
|
||||
Reference in New Issue
Block a user