mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/phpmyadmin] Add chart and release labels in pods (#6897)
This commit is contained in:
committed by
k8s-ci-robot
parent
92f9855523
commit
c8422d79ae
@@ -1,5 +1,5 @@
|
||||
name: phpmyadmin
|
||||
version: 0.1.8
|
||||
version: 0.1.9
|
||||
appVersion: 4.8.2
|
||||
description: phpMyAdmin is an mysql administration frontend
|
||||
keywords:
|
||||
|
||||
@@ -12,11 +12,13 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: {{ template "phpmyadmin.name" . }}
|
||||
chart: {{ template "phpmyadmin.chart" . }}
|
||||
release: {{ .Release.Name }}
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: {{ template "phpmyadmin.name" . }}
|
||||
chart: {{ template "phpmyadmin.chart" . }}
|
||||
release: {{ .Release.Name }}
|
||||
spec:
|
||||
{{- if .Values.image.pullSecrets }}
|
||||
|
||||
Reference in New Issue
Block a user