1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Merge pull request #694 from sharkannon/master

Updates to include annotations to the service account
This commit is contained in:
Kubernetes Prow Robot
2022-01-27 05:42:26 -08:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -5,4 +5,7 @@ metadata:
name: {{ template "descheduler.serviceAccountName" . }}
labels:
{{- include "descheduler.labels" . | nindent 4 }}
{{- if .Values.serviceAccount.annotations }}
annotations: {{ toYaml .Values.serviceAccount.annotations | nindent 4 }}
{{- end }}
{{- end -}}

View File

@@ -94,6 +94,8 @@ serviceAccount:
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
name:
# Specifies custom annotations for the serviceAccount
annotations: {}
livenessProbe:
failureThreshold: 3
@@ -103,3 +105,4 @@ livenessProbe:
scheme: HTTPS
initialDelaySeconds: 3
periodSeconds: 10