mirror of
https://gitea.com/gitea/helm-actions.git
synced 2025-10-21 15:08:14 +00:00
Compare commits
2 Commits
v0.0.1
...
bf56769a35
Author | SHA1 | Date | |
---|---|---|---|
bf56769a35 | |||
b8058bee05 |
@@ -112,6 +112,10 @@ spec:
|
||||
tolerations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.statefulset.dnsConfig }}
|
||||
dnsConfig:
|
||||
{{- toYaml .Values.statefulset.dnsConfig | nindent 8 }}
|
||||
{{- end }}
|
||||
volumes:
|
||||
- name: act-runner-config
|
||||
configMap:
|
||||
|
@@ -10,6 +10,7 @@
|
||||
## @param statefulset.resources Act runner resources
|
||||
## @param statefulset.nodeSelector NodeSelector for the statefulset
|
||||
## @param statefulset.tolerations Tolerations for the statefulset
|
||||
## @param statefulset.dnsConfig dnsConfig for the statefulset
|
||||
## @param statefulset.affinity Affinity for the statefulset
|
||||
## @param statefulset.extraVolumes Extra volumes for the statefulset
|
||||
## @param statefulset.actRunner.repository The Gitea act runner image
|
||||
@@ -34,6 +35,7 @@ statefulset:
|
||||
resources: {}
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
dnsConfig: {}
|
||||
affinity: {}
|
||||
extraVolumes: []
|
||||
|
||||
|
Reference in New Issue
Block a user