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
8a0e4601
Commit
8a0e4601
authored
Jul 26, 2025
by
gaoshiyao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix insecure
parent
3a8bb726
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
templates/secret.yaml
templates/secret.yaml
+3
-0
values-overrides.yaml
values-overrides.yaml
+2
-0
values.yaml
values.yaml
+2
-0
No files found.
templates/secret.yaml
View file @
8a0e4601
...
@@ -15,4 +15,7 @@ stringData:
...
@@ -15,4 +15,7 @@ stringData:
{{
- if .Values.secret.region
}}
{{
- if .Values.secret.region
}}
region
:
{{
.Values.secret.region
}}
region
:
{{
.Values.secret.region
}}
{{
- end
}}
{{
- end
}}
{{
- if .Values.secret.insecure
}}
insecure
:
{{
.Values.secret.insecure
}}
{{
- end
}}
{{
- end -
}}
{{
- end -
}}
values-overrides.yaml
View file @
8a0e4601
...
@@ -39,6 +39,8 @@ secret:
...
@@ -39,6 +39,8 @@ secret:
endpoint
:
https://storage.yandexcloud.net
endpoint
:
https://storage.yandexcloud.net
# Region
# Region
region
:
"
"
region
:
"
"
# Insecure
insecure
:
false
tolerations
:
tolerations
:
all
:
false
all
:
false
...
...
values.yaml
View file @
8a0e4601
...
@@ -39,6 +39,8 @@ secret:
...
@@ -39,6 +39,8 @@ secret:
endpoint
:
https://storage.yandexcloud.net
endpoint
:
https://storage.yandexcloud.net
# Region
# Region
region
:
"
"
region
:
"
"
# Insecure
insecure
:
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