chore: GCP mkp does not default to root when the field is empty (#6427)
This commit is contained in:
parent
2a4ffe1bed
commit
cc19575b00
|
|
@ -234,8 +234,8 @@ properties:
|
|||
description: |-
|
||||
If you are deploying Kubeflow Pipelines with managed storage, specify the
|
||||
database username for Kubeflow Pipelines to use when connecting to your
|
||||
MySQL instance on Cloud SQL. If you leave this field empty, this value
|
||||
defaults to 'root'. Learn more about MySQL users, see https://cloud.google.com/sql/docs/mysql/users.
|
||||
MySQL instance on Cloud SQL.
|
||||
Learn more about MySQL users, see https://cloud.google.com/sql/docs/mysql/users.
|
||||
default: root
|
||||
managedstorage.dbPassword:
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Reference in New Issue