fix minReadySeconds

This commit is contained in:
Markus Blaschke 2024-03-05 17:36:30 +01:00 committed by GitHub
parent ba3a4dfd93
commit c302fe7990
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -10,6 +10,9 @@ spec:
selector:
matchLabels:
{{- include "actions-runner-controller.selectorLabels" . | nindent 6 }}
{{- with .Values.minReadySeconds }}
minReadySeconds: {{ . }}
{{- end }}
template:
metadata:
{{- with .Values.podAnnotations }}
@ -189,9 +192,6 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
{{- end }}
terminationGracePeriodSeconds: 10
{{- if .Values.minReadySeconds }}
minReadySeconds: {{ .Values.minReadySeconds }}
{{- end }}
volumes:
{{- if .Values.authSecret.enabled }}
- name: secret