Skip to content

Commit 854bd3a

Browse files
Update mysql.yaml (#3310)
* Update mysql.yaml hotfix for the master branch Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> * Update mysql.yaml Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> * Update mysql.yaml Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> --------- Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
1 parent 0512e46 commit 854bd3a

File tree

1 file changed

+1
-1
lines changed
  • applications/katib/upstream/components/mysql

1 file changed

+1
-1
lines changed

applications/katib/upstream/components/mysql/mysql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
command:
5656
- "/bin/bash"
5757
- "-c"
58-
- "mysql -h 127.0.0.1 -D $$MYSQL_DATABASE -u$$MYSQL_USER_NAME -p$$MYSQL_ROOT_PASSWORD -e 'SELECT 1'"
58+
- "mysql -h 127.0.0.1 -D ${MYSQL_DATABASE} -u root -p${MYSQL_ROOT_PASSWORD} -e 'SELECT 1'"
5959
initialDelaySeconds: 10
6060
periodSeconds: 5
6161
failureThreshold: 10

0 commit comments

Comments
 (0)