We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5073611 + e7cb6b0 commit 31041c9Copy full SHA for 31041c9
examples/gcsfuse-profiles/pv-pvc.yaml
@@ -27,6 +27,14 @@ spec:
27
csi:
28
driver: gcsfuse.csi.storage.gke.io
29
volumeHandle: test-bucket
30
+ volumeAttributes:
31
+ # Optional: The timeout for the bucket scan operation before giving up and delivering
32
+ # partial results. The default is 2m.
33
+ # bucketScanTimeout: 2m
34
+ # Optional: The TTL for the the bucket scan operation. New PV / Pod creation events won't
35
+ # trigger the scanner until at least this amount of time has passed since the previous
36
+ # scan. The default is 168h (7 days).
37
+ # bucketScanTTL: 168h
38
mountOptions:
39
- only-dir=/my-folder/
40
---
0 commit comments