mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Add podLabels (#1917)
This commit is contained in:
@@ -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" . }}
|
||||
|
||||
@@ -28,6 +28,7 @@ extraArgs: {}
|
||||
nodeSelector: {}
|
||||
|
||||
podAnnotations: {}
|
||||
podLabels: {}
|
||||
replicaCount: 1
|
||||
|
||||
rbac:
|
||||
|
||||
Reference in New Issue
Block a user