Skip to content

Commit

Permalink
update interval to 10min for storage quota periodic sync
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbarge committed Oct 16, 2024
1 parent f98a445 commit fbac27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/supervisorcluster/1.30/cns-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ spec:
- "--leader-election-lease-duration=120s"
- "--leader-election-renew-deadline=60s"
- "--leader-election-retry-period=30s"
- "--storagequota-sync-interval=30m"
- "--storagequota-sync-interval=10m"
env:
- name: CLUSTER_FLAVOR
value: "WORKLOAD"
Expand Down

0 comments on commit fbac27c

Please sign in to comment.