File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
charts/gha-runner-scale-set Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -166,11 +166,11 @@ spec:
166
166
initContainers :
167
167
{{- if eq $containerMode.type "dind" }}
168
168
- name : init-dind-externals
169
- {{- include "gha-runner-scale-set.dind-init-container" . | nindent 8 }}
170
- {{- end }}
171
- {{- if (ge (.Capabilities.KubeVersion.Minor | int) 29) }}
169
+ {{- include "gha-runner-scale-set.dind-init-container" . | nindent 8 }}
170
+ {{- if (ge (.Capabilities.KubeVersion.Minor | int) 29) }}
172
171
- name : dind
173
- {{- include "gha-runner-scale-set.dind-container" . | nindent 8 }}
172
+ {{- include "gha-runner-scale-set.dind-container" . | nindent 8 }}
173
+ {{- end }}
174
174
{{- end }}
175
175
{{- with .Values.template.spec.initContainers }}
176
176
{{- toYaml . | nindent 6 }}
Original file line number Diff line number Diff line change @@ -326,9 +326,16 @@ template:
326
326
# # command:
327
327
# # - docker
328
328
# # - info
329
- # # initialDelaySeconds: 0
330
- # # failureThreshold: 24
331
- # # periodSeconds: 5
329
+ # # initialDelaySeconds: 0
330
+ # # failureThreshold: 24
331
+ # # periodSeconds: 5
332
+ # # volumeMounts:
333
+ # # - name: work
334
+ # # mountPath: /home/runner/_work
335
+ # # - name: dind-sock
336
+ # # mountPath: /var/run
337
+ # # - name: dind-externals
338
+ # # mountPath: /home/runner/externals
332
339
# # containers:
333
340
# # - name: runner
334
341
# # image: ghcr.io/actions/actions-runner:latest
You can’t perform that action at this time.
0 commit comments