Skip to content

Commit

Permalink
feat: Make argocd refresh faster, set from 3min to 1min (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
csantanapr authored Jun 14, 2024
1 parent 586a519 commit 9ed2ad1
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 9ed2ad1

Please sign in to comment.