From 9c66c9680f76615ef4a7011cac6d51ead641d9a2 Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Tue, 7 Apr 2026 10:02:28 +0200 Subject: [PATCH] chore: correct resources on the values.yaml --- values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 40618d7..93eb4b9 100644 --- a/values.yaml +++ b/values.yaml @@ -91,7 +91,8 @@ statefulset: # - name: "DOCKER_IPTABLES_LEGACY" # value: "1" - # Option to manually override the commands given to the container/pod completely: #22 + # Option to add extra arguments/commands to the container/pod: + # [#22](https://gitea.com/gitea/helm-actions/issues/22) [k8s docs](https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/) extraArgs: [] # - --mtu=1400