Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
commander-deploy
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpd
commander-deploy
Commits
f6d10e8c
Commit
f6d10e8c
authored
Oct 14, 2025
by
李辉02
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(解决连接mysql失败问题): dataprocess
parent
df84d093
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
configmap.yaml
...ts/commander-dataprocess-service/templates/configmap.yaml
+1
-1
values.yaml
charts/commander-dataprocess-service/values.yaml
+1
-0
No files found.
charts/commander-dataprocess-service/templates/configmap.yaml
View file @
f6d10e8c
...
...
@@ -11,5 +11,5 @@ data:
{{
- end
}}
{{
- end
}}
{{
- $db
:
= (index .Values.global .Chart.Name "database")
}}
ConnectionStrings__Conn
:
"
server={{
$db.server
}};database={{
$db.database
}};uid={{
$db.uid
}};pwd={{
$db.pwd
}};charset={{
$db.charset
}};sslmode={{
$db.sslmode
}};allow
user
variables={{
$db.allowUserVariables
}};"
ConnectionStrings__Conn
:
"
server={{
$db.server
}};database={{
$db.database
}};uid={{
$db.uid
}};pwd={{
$db.pwd
}};charset={{
$db.charset
}};sslmode={{
$db.sslmode
}};allow
user
variables={{
$db.allowUserVariables
}};
AllowPublicKeyRetrieval={{
$db.AllowPublicKeyRetrieval
}};
"
charts/commander-dataprocess-service/values.yaml
View file @
f6d10e8c
...
...
@@ -26,3 +26,4 @@ global:
charset
:
"
utf8"
sslmode
:
"
none"
allowUserVariables
:
"
true"
AllowPublicKeyRetrieval
:
"
true"
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