mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/parse] Add chart and release labels in pods (#6892)
This commit is contained in:
committed by
k8s-ci-robot
parent
829a9ed289
commit
bf2a5e9111
@@ -1,5 +1,5 @@
|
||||
name: parse
|
||||
version: 2.0.2
|
||||
version: 2.0.3
|
||||
appVersion: 2.8.2
|
||||
description: Parse is a platform that enables users to add a scalable and powerful backend to launch a full-featured app for iOS, Android, JavaScript, Windows, Unity, and more.
|
||||
keywords:
|
||||
|
||||
@@ -15,6 +15,7 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: {{ template "parse.name" . }}
|
||||
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
release: "{{ .Release.Name }}"
|
||||
component: "dashboard"
|
||||
spec:
|
||||
|
||||
@@ -14,6 +14,7 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: {{ template "parse.name" . }}
|
||||
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
release: "{{ .Release.Name }}"
|
||||
component: "server"
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user