Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
csi-s3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
market
csi-s3
Commits
54fbbcc9
Commit
54fbbcc9
authored
Aug 12, 2025
by
gaoshiyao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
f86694be
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
12 deletions
+14
-12
templates/csi-s3.yaml
templates/csi-s3.yaml
+0
-4
templates/secret.yaml
templates/secret.yaml
+8
-2
values-overrides.yaml
values-overrides.yaml
+3
-3
values.yaml
values.yaml
+3
-3
No files found.
templates/csi-s3.yaml
View file @
54fbbcc9
...
@@ -90,10 +90,6 @@ spec:
...
@@ -90,10 +90,6 @@ spec:
valueFrom
:
valueFrom
:
fieldRef
:
fieldRef
:
fieldPath
:
spec.nodeName
fieldPath
:
spec.nodeName
{{
- if .Values.storageClass.path
}}
-
name
:
PREFIX_PATH
value
:
{{
.Values.storageClass.path
}}
{{
- end
}}
volumeMounts
:
volumeMounts
:
-
name
:
plugin-dir
-
name
:
plugin-dir
mountPath
:
/csi
mountPath
:
/csi
...
...
templates/secret.yaml
View file @
54fbbcc9
...
@@ -16,6 +16,12 @@ stringData:
...
@@ -16,6 +16,12 @@ stringData:
region
:
{{
.Values.secret.region
}}
region
:
{{
.Values.secret.region
}}
{{
- end
}}
{{
- end
}}
{{
- if .Values.secret.insecure
}}
{{
- if .Values.secret.insecure
}}
insecure
:
"
true
"
insecure
:
"
{{
.Values.secret.insecure
}}
"
{{
- end
}}
{{
- end
}}
{{
- end -
}}
{{
- if .Values.secret.usePathRequestStyle
}}
usePathRequestStyle
:
"
{{
.Values.secret.usePathRequestStyle
}}"
{{
- end
}}
{{
- if .Values.storageClass.path
}}
path
:
{{
.Values.storageClass.path
}}
{{
- end
}}
{{
- end -
}}
\ No newline at end of file
values-overrides.yaml
View file @
54fbbcc9
...
@@ -16,8 +16,6 @@ storageClass:
...
@@ -16,8 +16,6 @@ storageClass:
singleBucket
:
"
bd-wind"
singleBucket
:
"
bd-wind"
# mounter to use - either geesefs, s3fs or rclone (default geesefs)
# mounter to use - either geesefs, s3fs or rclone (default geesefs)
mounter
:
geesefs
mounter
:
geesefs
# 前置路径
path
:
"
pvc"
# GeeseFS mount options
# GeeseFS mount options
mountOptions
:
"
--memory-limit
1000
--dir-mode
0777
--file-mode
0666"
mountOptions
:
"
--memory-limit
1000
--dir-mode
0777
--file-mode
0666"
# Volume reclaim policy
# Volume reclaim policy
...
@@ -42,7 +40,9 @@ secret:
...
@@ -42,7 +40,9 @@ secret:
# Region
# Region
region
:
"
"
region
:
"
"
# Insecure
# Insecure
insecure
:
"
false"
insecure
:
false
# usePathRequestStyle
usePathRequestStyle
:
false
tolerations
:
tolerations
:
all
:
false
all
:
false
...
...
values.yaml
View file @
54fbbcc9
...
@@ -14,8 +14,6 @@ storageClass:
...
@@ -14,8 +14,6 @@ storageClass:
name
:
csi-s3
name
:
csi-s3
# Use a single bucket for all dynamically provisioned persistent volumes
# Use a single bucket for all dynamically provisioned persistent volumes
singleBucket
:
"
"
singleBucket
:
"
"
# 前置路径
path
:
"
"
# mounter to use - either geesefs, s3fs or rclone (default geesefs)
# mounter to use - either geesefs, s3fs or rclone (default geesefs)
mounter
:
geesefs
mounter
:
geesefs
# GeeseFS mount options
# GeeseFS mount options
...
@@ -42,7 +40,9 @@ secret:
...
@@ -42,7 +40,9 @@ secret:
# Region
# Region
region
:
"
"
region
:
"
"
# Insecure
# Insecure
insecure
:
"
false"
insecure
:
false
# usePathRequestStyle
usePathRequestStyle
:
false
tolerations
:
tolerations
:
all
:
false
all
:
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment