We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9042ea commit dec884cCopy full SHA for dec884c
2 files changed
chart/templates/deployment.yaml
@@ -74,6 +74,9 @@ spec:
74
- --health-probe-bind-address=:8081
75
- --metrics-bind-address=127.0.0.1:8080
76
- --leader-elect
77
+ {{- with .Values.extraArgs}}
78
+ {{- toYaml . | nindent 12 }}
79
+ {{- end }}
80
env:
81
{{- range $key, $value := .Values.env }}
82
- name: {{ $key }}
chart/values.yaml
@@ -99,3 +99,6 @@ affinity:
99
crd:
100
enabled: true
101
keep: true
102
+
103
+extraArgs: {}
104
+ #- -zap-devel=false
0 commit comments