We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a2900 commit c46a175Copy full SHA for c46a175
VERSION
@@ -1 +1 @@
1
-2.1.10-cap-CR-9236
+2.1.10-cap-CR-9018
common/common.go
@@ -174,6 +174,8 @@ const (
174
EnvLogLevel = "ARGOCD_LOG_LEVEL"
175
// EnvApplicationEventCacheDuration controls the expiration of application events cache
176
EnvApplicationEventCacheDuration = "ARGOCD_APP_EVENTS_CACHE_DURATION"
177
+ // EnvResourceEventCacheDuration controls the expiration of resource events cache
178
+ EnvResourceEventCacheDuration = "ARGOCD_RESOURCE_EVENTS_CACHE_DURATION"
179
)
180
181
const (
0 commit comments