We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6c236 commit e858d67Copy full SHA for e858d67
charts/gha-runner-scale-set/templates/_helpers.tpl
@@ -113,9 +113,9 @@ startupProbe:
113
command:
114
- docker
115
- info
116
- initialDelaySeconds: 0
117
- failureThreshold: 24
118
- periodSeconds: 5
+ initialDelaySeconds: 0
+ failureThreshold: 24
+ periodSeconds: 5
119
{{- end }}
120
volumeMounts:
121
- name: work
charts/gha-runner-scale-set/values.yaml
@@ -326,9 +326,9 @@ template:
326
## command:
327
## - docker
328
## - info
329
- ## initialDelaySeconds: 0
330
- ## failureThreshold: 24
331
- ## periodSeconds: 5
+## initialDelaySeconds: 0
+## failureThreshold: 24
+## periodSeconds: 5
332
## containers:
333
## - name: runner
334
## image: ghcr.io/actions/actions-runner:latest
0 commit comments