mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/k8s-spot-rescheduler] Added podAnnotations option. (#14322)
Signed-off-by: Jonathan Davies <jpds@protonmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9612a7f6b9
commit
c2e0db6598
@@ -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:
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
# Declare variables to be passed into your templates.
|
||||
replicaCount: 1
|
||||
|
||||
podAnnotations: {}
|
||||
|
||||
podDisruptionBudget: {}
|
||||
# maxUnavailable: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user