Skip to content

Commit 5c8fc08

Browse files
committed
update default password
Signed-off-by: xingcan-ltc <[email protected]>
1 parent 983738f commit 5c8fc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalog/mysql/x-definitions/app-mysql.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ template: {
370370
// +ui:order=4
371371
// +err:options={"pattern":"密码要求如下:\n1、长度大于8个字符\n2、密码中至少包含大小写字母、数字、特殊字符且不包含@"}
372372
// +ui:hidden={{rootFormData.architecture == "standalone"}}"}
373-
password: *"KdpDbamysql123" | string
373+
password: *"KdpDba!mysql123" | string
374374
}
375375
// +ui:description=mysql资源配置
376376
// +ui:order=5

0 commit comments

Comments
 (0)