Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable full scope for testing version #2871

Merged
merged 2 commits into from Jan 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions manifests/gcp_marketplace/schema.yaml
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions manifests/kustomize/base/proxy/kustomization.yaml
Expand Up @@ -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
Expand Down