From b9f5223064f6114c770881b9aee0e98231926218 Mon Sep 17 00:00:00 2001 From: Renmin Date: Sun, 19 Jan 2020 14:17:35 +0800 Subject: [PATCH] enable full scope for testing version (#2871) * done * all done Co-authored-by: renmingu <40223865+renmingu@users.noreply.github.com> --- manifests/gcp_marketplace/schema.yaml | 4 ++++ manifests/kustomize/base/proxy/kustomization.yaml | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/manifests/gcp_marketplace/schema.yaml b/manifests/gcp_marketplace/schema.yaml index 949e8710eeef..74c2ef4a3231 100644 --- a/manifests/gcp_marketplace/schema.yaml +++ b/manifests/gcp_marketplace/schema.yaml @@ -90,6 +90,10 @@ x-google-marketplace: affinity: simpleNodeAffinity: type: REQUIRE_ONE_NODE_PER_REPLICA + gcp: + nodes: + requiredOauthScopes: + - https://www.googleapis.com/auth/cloud-platform properties: name: diff --git a/manifests/kustomize/base/proxy/kustomization.yaml b/manifests/kustomize/base/proxy/kustomization.yaml index 5757611c5894..c24115220657 100644 --- a/manifests/kustomize/base/proxy/kustomization.yaml +++ b/manifests/kustomize/base/proxy/kustomization.yaml @@ -2,8 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -# Uncomment when https://github.com/kubeflow/pipelines/issues/2848 is fixed -# - proxy-configmap.yaml +- proxy-configmap.yaml - proxy-deployment.yaml - proxy-role.yaml - proxy-rolebinding.yaml