mirror of
https://gitea.com/gitea/helm-actions.git
synced 2026-07-16 19:24:46 +00:00
Compare commits
1 Commits
bb8a1efe14
...
feat/granu
| Author | SHA1 | Date | |
|---|---|---|---|
| 6443a09f38 |
@ -49,6 +49,16 @@ storageClassName: {{ $storageClass | quote }}
|
|||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
{{/*
|
||||||
|
Resource definitions
|
||||||
|
*/}}
|
||||||
|
{{- define "gitea.actions.runner.resources" -}}
|
||||||
|
|
||||||
|
{{- end -}}
|
||||||
|
{{- define "gitea.actions.dind.resources" -}}
|
||||||
|
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
Common labels
|
Common labels
|
||||||
*/}}
|
*/}}
|
||||||
|
|||||||
@ -75,6 +75,7 @@ statefulset:
|
|||||||
digest: ""
|
digest: ""
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
fullOverride: ""
|
fullOverride: ""
|
||||||
|
resources: {}
|
||||||
extraVolumeMounts: []
|
extraVolumeMounts: []
|
||||||
extraEnvs:
|
extraEnvs:
|
||||||
[]
|
[]
|
||||||
@ -104,6 +105,7 @@ statefulset:
|
|||||||
digest: ""
|
digest: ""
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
fullOverride: ""
|
fullOverride: ""
|
||||||
|
resources: {}
|
||||||
extraVolumeMounts: []
|
extraVolumeMounts: []
|
||||||
|
|
||||||
# If the container keeps crashing in your environment, you might have to add the `DOCKER_IPTABLES_LEGACY` environment variable.
|
# If the container keeps crashing in your environment, you might have to add the `DOCKER_IPTABLES_LEGACY` environment variable.
|
||||||
|
|||||||
Reference in New Issue
Block a user