chore: GCP mkp does not default to root when the field is empty (#6427)

This commit is contained in:
Yuan (Bob) Gong 2021-08-25 14:32:26 +08:00 committed by GitHub
parent 2a4ffe1bed
commit cc19575b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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