enable full scope for testing version (#2871)
* done * all done Co-authored-by: renmingu <40223865+renmingu@users.noreply.github.com>
This commit is contained in:
parent
7641121b0a
commit
1aabc74156
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue