feat: add runtimeClassName customizability (#124)

Successor of: https://gitea.com/gitea/helm-actions/pulls/101
Due to age of previous branch.

---------

Co-authored-by: DaanSelen <dselen@systemec.nl>
Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/124
This commit is contained in:
DaanSelen
2026-04-08 09:53:34 +00:00
parent 476593d1a3
commit 51d54cd520
3 changed files with 15 additions and 5 deletions

View File

@ -38,6 +38,9 @@ spec:
securityContext:
{{- toYaml .Values.statefulset.securityContext | nindent 8 }}
{{- end }}
{{- if .Values.statefulset.runtimeClassName }}
runtimeClassName: {{ .Values.statefulset.runtimeClassName }}
{{- end }}
{{- if .Values.statefulset.hostAliases }}
hostAliases:
{{- toYaml .Values.statefulset.hostAliases | nindent 8 }}