mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kubewatch] Add chart label for pods (#8014)
* [stable/kubewatch] Add chart label for pods Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com> * Fix chart version Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
d423645ac5
commit
046df28ebf
@@ -1,5 +1,5 @@
|
||||
name: kubewatch
|
||||
version: 0.5.0
|
||||
version: 0.5.1
|
||||
apiVersion: v1
|
||||
appVersion: v0.0.4
|
||||
home: https://github.com/bitnami-labs/kubewatch
|
||||
|
||||
@@ -23,6 +23,7 @@ spec:
|
||||
labels:
|
||||
app: {{ template "kubewatch.name" . }}
|
||||
release: "{{ .Release.Name }}"
|
||||
chart: {{ template "kubewatch.chart" . }}
|
||||
{{- if .Values.podLabels }}
|
||||
{{ toYaml .Values.podLabels | indent 8 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user