diff --git a/config/helmchart/templates/manager.yaml b/config/helmchart/templates/manager.yaml index cf849556..d20cb913 100644 --- a/config/helmchart/templates/manager.yaml +++ b/config/helmchart/templates/manager.yaml @@ -48,6 +48,7 @@ spec: - /manager args: - --leader-elect + - --zap-devel={{ .Values.logging.Development }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} volumeMounts: diff --git a/config/helmchart/values.yaml.tpl b/config/helmchart/values.yaml.tpl index 99d0119c..4f178f62 100644 --- a/config/helmchart/values.yaml.tpl +++ b/config/helmchart/values.yaml.tpl @@ -38,3 +38,6 @@ kube_rbac_proxy: memory: 20Mi enableMonitoring: true + +logging: + Development: false \ No newline at end of file