Fix indentation of startupProbe attributes in dind sidecar (#4126)

This commit is contained in:
Jeev B
2025-06-14 12:05:53 -07:00
committed by GitHub
parent bc6c23609a
commit e858d67926
2 changed files with 6 additions and 6 deletions

View File

@@ -113,9 +113,9 @@ startupProbe:
command:
- docker
- info
initialDelaySeconds: 0
failureThreshold: 24
periodSeconds: 5
initialDelaySeconds: 0
failureThreshold: 24
periodSeconds: 5
{{- end }}
volumeMounts:
- name: work

View File

@@ -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