diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 19ddf1c..e72bf74 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -49,6 +49,16 @@ storageClassName: {{ $storageClass | quote }} {{- end -}} {{- end -}} +{{/* +Resource definitions +*/}} +{{- define "gitea.actions.runner.resources" -}} + +{{- end -}} +{{- define "gitea.actions.dind.resources" -}} + +{{- end -}} + {{/* Common labels */}} diff --git a/values.yaml b/values.yaml index f28a70c..d9fae01 100644 --- a/values.yaml +++ b/values.yaml @@ -75,6 +75,7 @@ statefulset: digest: "" pullPolicy: IfNotPresent fullOverride: "" + resources: {} extraVolumeMounts: [] extraEnvs: [] @@ -104,6 +105,7 @@ statefulset: digest: "" pullPolicy: IfNotPresent fullOverride: "" + resources: {} extraVolumeMounts: [] # If the container keeps crashing in your environment, you might have to add the `DOCKER_IPTABLES_LEGACY` environment variable.