Skip to content

Commit 07087b9

Browse files
committed
fix(docs): fix applicationsetcontroller.enable.github.api.metrics to false in docs cm (argoproj#23516)
Signed-off-by: reggie-k <[email protected]>
1 parent 0c0aec7 commit 07087b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operator-manual/argocd-cmd-params-cm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ data:
285285
# Comma delimited list of labels to preserve in generated applications
286286
applicationsetcontroller.global.preserved.labels: "acme.com/label1,acme.com/label2"
287287
# Enable GitHub API metrics for generators that use GitHub API
288-
applicationsetcontroller.enable.github.api.metrics: "true"
288+
applicationsetcontroller.enable.github.api.metrics: "false"
289289

290290
## Argo CD Notifications Controller Properties
291291
# Set the logging level. One of: debug|info|warn|error (default "info")

0 commit comments

Comments
 (0)