mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
adding component label on pod (#10057)
Signed-off-by: Rahul Varghese <rahul.varghese@qlik.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4cf7be811c
commit
ae108e3cd4
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: chaoskube
|
||||
version: 0.11.0
|
||||
version: 0.12.0
|
||||
appVersion: 0.10.0
|
||||
description: Chaoskube periodically kills random pods in your Kubernetes cluster.
|
||||
home: https://github.com/linki/chaoskube
|
||||
|
||||
@@ -17,6 +17,7 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
component: "server"
|
||||
{{ include "labels.standard" . | indent 8 }}
|
||||
{{- with .Values.podAnnotations }}
|
||||
annotations:
|
||||
|
||||
Reference in New Issue
Block a user