Skip to content

Commit

Permalink
Merge pull request #565 from vshn/increase_reconciliation_rate
Browse files Browse the repository at this point in the history
increasing default max-reconciliation rate for provider-kubernetes
  • Loading branch information
wejdross authored Dec 5, 2024
2 parents 8199179 + 173d67d commit 3a6a9ad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ parameters:
- name: package-runtime
securityContext: {}
args:
- --max-reconcile-rate=10
- --max-reconcile-rate=20
helm:
enabled: false
apiVersion: helm.crossplane.io/v1beta1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- args:
- --max-reconcile-rate=10
- --max-reconcile-rate=20
name: package-runtime
securityContext: {}
securityContext: {}
Expand Down
2 changes: 1 addition & 1 deletion tests/golden/dev/appcat/appcat/10_provider_kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- args:
- --max-reconcile-rate=10
- --max-reconcile-rate=20
name: package-runtime
securityContext: {}
securityContext: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- args:
- --max-reconcile-rate=10
- --max-reconcile-rate=20
name: package-runtime
securityContext: {}
securityContext: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- args:
- --max-reconcile-rate=10
- --max-reconcile-rate=20
name: package-runtime
securityContext: {}
securityContext: {}
Expand Down

0 comments on commit 3a6a9ad

Please sign in to comment.