Skip to content

Commit

Permalink
chore: disable reconciliation tracing by default (#8566)
Browse files Browse the repository at this point in the history
(cherry picked from commit 150ec87)
  • Loading branch information
free6om committed Dec 3, 2024
1 parent cf9fc00 commit f7d5819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
- "--operations={{ ne .Values.controllers.operations.enabled false }}"
- "--extensions={{- default "true" ( include "kubeblocks.addonControllerEnabled" . ) }}"
- "--experimental={{- default "false" .Values.controllers.experimental.enabled }}"
- "--trace={{- default "true" .Values.controllers.trace.enabled }}"
- "--trace={{- default "false" .Values.controllers.trace.enabled }}"
{{- with .Values.managedNamespaces }}
- "--managed-namespaces={{ . }}"
{{- end }}
Expand Down

0 comments on commit f7d5819

Please sign in to comment.