From cc19575b0051d77d8ed5d9feeafba9660095055c Mon Sep 17 00:00:00 2001 From: "Yuan (Bob) Gong" <4957653+Bobgy@users.noreply.github.com> Date: Wed, 25 Aug 2021 14:32:26 +0800 Subject: [PATCH] chore: GCP mkp does not default to root when the field is empty (#6427) --- manifests/gcp_marketplace/schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/gcp_marketplace/schema.yaml b/manifests/gcp_marketplace/schema.yaml index 09dd7ce7e6..11773650e2 100644 --- a/manifests/gcp_marketplace/schema.yaml +++ b/manifests/gcp_marketplace/schema.yaml @@ -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