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: |-
|
description: |-
|
||||||
If you are deploying Kubeflow Pipelines with managed storage, specify the
|
If you are deploying Kubeflow Pipelines with managed storage, specify the
|
||||||
database username for Kubeflow Pipelines to use when connecting to your
|
database username for Kubeflow Pipelines to use when connecting to your
|
||||||
MySQL instance on Cloud SQL. If you leave this field empty, this value
|
MySQL instance on Cloud SQL.
|
||||||
defaults to 'root'. Learn more about MySQL users, see https://cloud.google.com/sql/docs/mysql/users.
|
Learn more about MySQL users, see https://cloud.google.com/sql/docs/mysql/users.
|
||||||
default: root
|
default: root
|
||||||
managedstorage.dbPassword:
|
managedstorage.dbPassword:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue