[stable/k8s-spot-rescheduler] Added podAnnotations option. (#14322)

Signed-off-by: Jonathan Davies <jpds@protonmail.com>
This commit is contained in:
Jon Davies
2019-05-30 05:38:21 -07:00
committed by Kubernetes Prow Robot
parent 9612a7f6b9
commit c2e0db6598
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v0.2.0"
description: A k8s-spot-rescheduler Helm chart for Kubernetes
name: k8s-spot-rescheduler
version: 0.4.0
version: 0.4.1
keywords:
- spot
- rescheduler
@@ -18,6 +18,10 @@ spec:
labels:
app: {{ template "k8s-spot-rescheduler.name" . }}
release: {{ .Release.Name }}
{{- with .Values.podAnnotations }}
annotations:
{{ toYaml . | indent 8 }}
{{- end }}
spec:
serviceAccountName: {{ template "k8s-spot-rescheduler.serviceAccountName" . }}
containers:
+2
View File
@@ -3,6 +3,8 @@
# Declare variables to be passed into your templates.
replicaCount: 1
podAnnotations: {}
podDisruptionBudget: {}
# maxUnavailable: 1