You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/stable/juicefs/values.yaml
+11-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
image:
11
11
repository: juicedata/juicefs-csi-driver
12
-
tag: "v0.11.0"
12
+
tag: "v0.13.2"
13
13
pullPolicy: ""
14
14
15
15
sidecars:
@@ -134,10 +134,20 @@ storageClasses:
134
134
secretKey: ""
135
135
# -- Bucket URL. Read [this document](https://github.com/juicedata/juicefs/blob/main/docs/en/how_to_setup_object_storage.md) to learn how to setup different object storage.
136
136
bucket: ""
137
+
# -- Env for mount pod and format, such as `a: b`
138
+
envs: ""
139
+
# -- Config for mount pod. Read [this document](https://github.com/juicedata/juicefs-csi-driver/blob/master/docs/en/examples/config-and-env.md) for more usage.
140
+
configs: ""
141
+
# -- Config for trash days
142
+
trashDays: ""
137
143
138
144
139
145
mountOptions:
140
146
# -- Mount Options. Read [this document](https://github.com/juicedata/juicefs/blob/main/docs/en/command_reference.md#juicefs-mount) to learn how to set different mount options.
0 commit comments