Skip to content

Commit

Permalink
default persist resource to false docs
Browse files Browse the repository at this point in the history
Signed-off-by: rumstead <[email protected]>
  • Loading branch information
rumstead committed Jan 10, 2025
1 parent d2dc6b8 commit bfad6b1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/operator-manual/argocd-cmd-params-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,10 @@ data:

# Cache expiration for app state (default 1h0m0s)
controller.app.state.cache.expiration: "1h0m0s"
# Specifies if resource health should be persisted in app CRD (default true)
# Changing this to `false` significantly reduce number of Application CRD updates and improves controller performance.
# However, disabling resource health by default might affect applications that communicate with Applications CRD directly
# so we have to defer switching this to `false` by default till v3.0 release.
controller.resource.health.persist: "true"
# Specifies if resource health should be persisted in app CRD (default false)
# Changing this to `false` significantly reduces the number of Application CR updates and improves controller performance.
# However, disabling resource health by default might affect applications that communicate with Applications CR directly
controller.resource.health.persist: "false"
# Cache expiration default (default 24h0m0s)
controller.default.cache.expiration: "24h0m0s"
# Sharding algorithm used to balance clusters across application controller shards (default "legacy")
Expand Down

0 comments on commit bfad6b1

Please sign in to comment.