Add podLabels (#1917)

This commit is contained in:
Michael Goodness
2017-09-01 17:42:54 -05:00
committed by GitHub
parent d8a4481a14
commit d16898c92a
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
description: Scales worker nodes within autoscaling groups.
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
name: cluster-autoscaler
version: 0.1.2
version: 0.1.3
sources:
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
- https://github.com/spotinst/kubernetes-autoscaler/tree/master/cluster-autoscaler
@@ -18,6 +18,9 @@ spec:
labels:
app: {{ template "name" . }}
release: {{ .Release.Name }}
{{- if .Values.podLabels }}
{{ toYaml .Values.podLabels | indent 8 }}
{{- end }}
spec:
containers:
- name: {{ template "name" . }}
+1
View File
@@ -28,6 +28,7 @@ extraArgs: {}
nodeSelector: {}
podAnnotations: {}
podLabels: {}
replicaCount: 1
rbac: