mirror of
https://gitea.com/gitea/helm-actions.git
synced 2026-04-05 09:10:46 +00:00
chore: add restartpolicy back in
This commit is contained in:
@ -47,6 +47,7 @@ spec:
|
|||||||
echo "Gitea has been reached!"
|
echo "Gitea has been reached!"
|
||||||
- name: dind
|
- name: dind
|
||||||
image: "{{ include "gitea.actions.dind.image" . }}"
|
image: "{{ include "gitea.actions.dind.image" . }}"
|
||||||
|
restartPolicy: Always
|
||||||
imagePullPolicy: {{ .Values.statefulset.dind.pullPolicy }}
|
imagePullPolicy: {{ .Values.statefulset.dind.pullPolicy }}
|
||||||
{{- if .Values.statefulset.dind.extraEnvs }}
|
{{- if .Values.statefulset.dind.extraEnvs }}
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user