From 0efdb55a844a99ee75ae9dbeaa16409ad1c643fc Mon Sep 17 00:00:00 2001 From: IronPan Date: Tue, 17 Sep 2019 16:38:39 +0800 Subject: [PATCH] fix (#2129) --- .../chart/kubeflow-pipelines/templates/gcp_secret.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/gcp_marketplace/chart/kubeflow-pipelines/templates/gcp_secret.yaml b/manifests/gcp_marketplace/chart/kubeflow-pipelines/templates/gcp_secret.yaml index edb758f9ce8..1070094e17b 100644 --- a/manifests/gcp_marketplace/chart/kubeflow-pipelines/templates/gcp_secret.yaml +++ b/manifests/gcp_marketplace/chart/kubeflow-pipelines/templates/gcp_secret.yaml @@ -8,3 +8,4 @@ metadata: type: Opaque data: application_default_credentials.json: {{ .Values.serviceAccountCredential | quote }} + user-gcp-sa.json: {{ .Values.serviceAccountCredential | quote }}