Skip to content

Commit 268f701

Browse files
luxldet101
authored andcommitted
e2e mysql debug
1 parent 8b4daaa commit 268f701

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/e2e-k8s.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,16 @@ jobs:
142142
initialDelaySeconds: 120
143143
readinessProbe:
144144
initialDelaySeconds: 120
145+
mysql:
146+
enabled: true
147+
driverClassName: "com.mysql.cj.jdbc.Driver"
148+
primary:
149+
startupProbe:
150+
enabled: true
151+
initialDelaySeconds: 180 #wait for mysql init job
152+
extraEnvVars:
153+
- name: MYSQL_ROOT_PASSWORD #fix startupProbe Failed
154+
value: "dolphinscheduler456"
145155
EOF
146156
147157
- name: Helm upgrade dolphinscheduler with mysql config

0 commit comments

Comments
 (0)