You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/argocdServer/ArgoClientWrapperService.go
+18-13Lines changed: 18 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,9 @@ import (
51
51
)
52
52
53
53
typeACDConfigstruct {
54
-
ArgoCDAutoSyncEnabledbool`env:"ARGO_AUTO_SYNC_ENABLED" envDefault:"true" description:"If enabled all argocd application will have auto sync enabled"`// will gradually switch this flag to false in enterprise
55
-
RegisterRepoMaxRetryCountint`env:"ARGO_REPO_REGISTER_RETRY_COUNT" envDefault:"3" description:"Argo app registration in argo retries on deployment"`
56
-
RegisterRepoMaxRetryDelayint`env:"ARGO_REPO_REGISTER_RETRY_DELAY" envDefault:"10" description:"Argo app registration in argo cd on deployment delay between retry"`
54
+
ArgoCDAutoSyncEnabledbool`env:"ARGO_AUTO_SYNC_ENABLED" envDefault:"true" description:"If enabled all argocd application will have auto sync enabled" example:"true" deprecated:"false"`// will gradually switch this flag to false in enterprise
55
+
RegisterRepoMaxRetryCountint`env:"ARGO_REPO_REGISTER_RETRY_COUNT" envDefault:"4" description:"Retry count for registering a GitOps repository to ArgoCD" example:"3" deprecated:"false"`
56
+
RegisterRepoMaxRetryDelayint`env:"ARGO_REPO_REGISTER_RETRY_DELAY" envDefault:"5" description:"Delay (in Seconds) between the retries for registering a GitOps repository to ArgoCD" example:"5" deprecated:"false"`
0 commit comments