From e858d67926f181db056bd23e98dc99d31322f594 Mon Sep 17 00:00:00 2001 From: Jeev B Date: Sat, 14 Jun 2025 12:05:53 -0700 Subject: [PATCH] Fix indentation of startupProbe attributes in dind sidecar (#4126) --- charts/gha-runner-scale-set/templates/_helpers.tpl | 6 +++--- charts/gha-runner-scale-set/values.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/gha-runner-scale-set/templates/_helpers.tpl b/charts/gha-runner-scale-set/templates/_helpers.tpl index 4fad107f..477b8436 100644 --- a/charts/gha-runner-scale-set/templates/_helpers.tpl +++ b/charts/gha-runner-scale-set/templates/_helpers.tpl @@ -113,9 +113,9 @@ startupProbe: command: - docker - info - initialDelaySeconds: 0 - failureThreshold: 24 - periodSeconds: 5 + initialDelaySeconds: 0 + failureThreshold: 24 + periodSeconds: 5 {{- end }} volumeMounts: - name: work diff --git a/charts/gha-runner-scale-set/values.yaml b/charts/gha-runner-scale-set/values.yaml index 60a2d1a1..f8415ba9 100644 --- a/charts/gha-runner-scale-set/values.yaml +++ b/charts/gha-runner-scale-set/values.yaml @@ -326,9 +326,9 @@ template: ## command: ## - docker ## - info - ## initialDelaySeconds: 0 - ## failureThreshold: 24 - ## periodSeconds: 5 +## initialDelaySeconds: 0 +## failureThreshold: 24 +## periodSeconds: 5 ## containers: ## - name: runner ## image: ghcr.io/actions/actions-runner:latest