From c302fe79901bb2243e60ae213be803f0b4471d48 Mon Sep 17 00:00:00 2001 From: Markus Blaschke Date: Tue, 5 Mar 2024 17:36:30 +0100 Subject: [PATCH] fix minReadySeconds --- charts/actions-runner-controller/templates/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/actions-runner-controller/templates/deployment.yaml b/charts/actions-runner-controller/templates/deployment.yaml index a742faa3..84f72ef7 100644 --- a/charts/actions-runner-controller/templates/deployment.yaml +++ b/charts/actions-runner-controller/templates/deployment.yaml @@ -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