Skip to content

Commit

Permalink
Merge pull request #1012 from fluxcd/disable-status-cache
Browse files Browse the repository at this point in the history
Disable status poller cache by default
  • Loading branch information
stefanprodan authored Nov 18, 2023
2 parents abdfab3 + 863eb20 commit 9f97c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ var features = map[string]bool{
// opt-in from v0.33
CacheSecretsAndConfigMaps: false,
// DisableStatusPollerCache
// opt-in from v0.35
DisableStatusPollerCache: false,
// opt-out from v1.2
DisableStatusPollerCache: true,
// DisableFailFastBehavior
// opt-in from v1.1
DisableFailFastBehavior: false,
Expand Down

0 comments on commit 9f97c19

Please sign in to comment.