Skip to content

Commit e858d67

Browse files
authored
Fix indentation of startupProbe attributes in dind sidecar (#4126)
1 parent bc6c236 commit e858d67

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/gha-runner-scale-set/templates/_helpers.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ startupProbe:
113113
command:
114114
- docker
115115
- info
116-
initialDelaySeconds: 0
117-
failureThreshold: 24
118-
periodSeconds: 5
116+
initialDelaySeconds: 0
117+
failureThreshold: 24
118+
periodSeconds: 5
119119
{{- end }}
120120
volumeMounts:
121121
- name: work

charts/gha-runner-scale-set/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@ template:
326326
## command:
327327
## - docker
328328
## - info
329-
## initialDelaySeconds: 0
330-
## failureThreshold: 24
331-
## periodSeconds: 5
329+
## initialDelaySeconds: 0
330+
## failureThreshold: 24
331+
## periodSeconds: 5
332332
## containers:
333333
## - name: runner
334334
## image: ghcr.io/actions/actions-runner:latest

0 commit comments

Comments
 (0)