From 3d3d19985959fd3be12b1d40f21e732ceadb0a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=BCnyamin=20D=C3=B6kmeta=C5=9F?= <19335284+ztzxt@users.noreply.github.com> Date: Thu, 4 Dec 2025 09:28:51 +0100 Subject: [PATCH 1/3] feat: add extraArgs for manager --- chart/templates/deployment.yaml | 3 +++ chart/values.yaml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 3ccc6b24..6bb2e251 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -74,6 +74,9 @@ spec: - --health-probe-bind-address=:8081 - --metrics-bind-address=127.0.0.1:8080 - --leader-elect + {{- with .Values.extraArgs}} + {{- toYaml . | nindent 12 }} + {{- end }} env: {{- range $key, $value := .Values.env }} - name: {{ $key }} diff --git a/chart/values.yaml b/chart/values.yaml index e6e8fbfd..0994fc9b 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -99,3 +99,5 @@ affinity: crd: enabled: true keep: true + +extraArgs: {} \ No newline at end of file From e8cb843534e28c8092a0191983a7bd0011c543f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=BCnyamin=20D=C3=B6kmeta=C5=9F?= <19335284+ztzxt@users.noreply.github.com> Date: Thu, 4 Dec 2025 09:29:38 +0100 Subject: [PATCH 2/3] feat: add extraArgs for manager --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 0994fc9b..01c2efb3 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -100,4 +100,4 @@ crd: enabled: true keep: true -extraArgs: {} \ No newline at end of file +extraArgs: {} From 03ee65a0a4eeacbbda291dc62274ebfce7bd4420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=BCnyamin=20D=C3=B6kmeta=C5=9F?= <19335284+ztzxt@users.noreply.github.com> Date: Thu, 4 Dec 2025 10:08:40 +0100 Subject: [PATCH 3/3] feat: add extraArgs for manager --- chart/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/chart/values.yaml b/chart/values.yaml index 01c2efb3..72792c88 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -101,3 +101,4 @@ crd: keep: true extraArgs: {} + #- -zap-devel=false