Skip to content

Commit

Permalink
change default argocd refresn from 3min to 1min
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Santana <[email protected]>
  • Loading branch information
csantanapr committed Jun 14, 2024
1 parent cb0bd30 commit 8eb5483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hack/argo-cd/argocd-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: argocd-cm
data:
application.resourceTrackingMethod: annotation
timeout.reconciliation: 60s
resource.exclusions: |
- kinds:
- ProviderConfigUsage
Expand Down
1 change: 1 addition & 0 deletions pkg/controllers/localbuild/resources/argo/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21087,6 +21087,7 @@ data:
- ProviderConfigUsage
apiGroups:
- "*"
timeout.reconciliation: 60s
kind: ConfigMap
metadata:
labels:
Expand Down

0 comments on commit 8eb5483

Please sign in to comment.