This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git
The following commit(s) were added to refs/heads/main by this push:
new 9077503 adjust helmsetup (#202)
9077503 is described below
commit 907750369d04faa534ab3bf6a03033ba9647390b
Author: ZhangNing10 <[email protected]>
AuthorDate: Wed Nov 15 10:11:11 2023 +0800
adjust helmsetup (#202)
---
HelmSetup.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/HelmSetup.md b/HelmSetup.md
index 8d27c34..b8b41a6 100644
--- a/HelmSetup.md
+++ b/HelmSetup.md
@@ -160,7 +160,7 @@ Some useful parameters for the chart, you could also check
them in values.yaml
| mysql.image.repository | repository for mysql's image
| mysql
|
| mysql.image.tag | image tag for mysql's image
| 8
|
| mysql.image.pullPolicy | pullPolicy for mysql's image
| IfNotPresent
|
-| mysql.initContainers | init containers to run to
complete before mysql |
[] |
+| mysql.initContainers | init containers to run to
complete before mysql | []
|
| mysql.extraLabels | extra labels for mysql's
statefulset | {}
|
| mysql.securityContext | pod security context values
| {}
|
| mysql.containerSecurityContext | container security context
values | {}
|