mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 12:06:57 +00:00
Fix indentation of startupProbe attributes in dind sidecar (#4126)
This commit is contained in:
@@ -113,9 +113,9 @@ startupProbe:
|
|||||||
command:
|
command:
|
||||||
- docker
|
- docker
|
||||||
- info
|
- info
|
||||||
initialDelaySeconds: 0
|
initialDelaySeconds: 0
|
||||||
failureThreshold: 24
|
failureThreshold: 24
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: work
|
- name: work
|
||||||
|
|||||||
@@ -326,9 +326,9 @@ template:
|
|||||||
## command:
|
## command:
|
||||||
## - docker
|
## - docker
|
||||||
## - info
|
## - info
|
||||||
## initialDelaySeconds: 0
|
## initialDelaySeconds: 0
|
||||||
## failureThreshold: 24
|
## failureThreshold: 24
|
||||||
## periodSeconds: 5
|
## periodSeconds: 5
|
||||||
## containers:
|
## containers:
|
||||||
## - name: runner
|
## - name: runner
|
||||||
## image: ghcr.io/actions/actions-runner:latest
|
## image: ghcr.io/actions/actions-runner:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user