Skip to content

Commit

Permalink
autodeploy jobs should pull kfdef specs from kubeflow/manifests (kube…
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi authored and k8s-ci-robot committed Oct 18, 2019
1 parent 81326be commit 81649a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-infra/auto-deploy/deploy-cron-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- --max_num_cluster=5
- --zone=us-east1-b
- --github_token_file=/secret/github-token/github_token
- --kfctl_config=https://raw.githubusercontent.com/kubeflow/kubeflow/master/bootstrap/config/kfctl_gcp_iap.yaml
- --kfctl_config=https://raw.githubusercontent.com/kubeflow/manifests/master/kfdef/kfctl_gcp_iap.yaml
volumeMounts:
- name: gcp-credentials
mountPath: /secret/gcp-credentials
Expand Down
2 changes: 1 addition & 1 deletion test-infra/auto-deploy/deploy-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- --max_num_cluster=5
- --zone=us-east1-b
- --github_token_file=/secret/github-token/github_token
- --kfctl_config=https://raw.githubusercontent.com/kubeflow/kubeflow/master/bootstrap/config/kfctl_gcp_iap.yaml
- --kfctl_config=https://raw.githubusercontent.com/kubeflow/manifests/master/kfdef/kfctl_gcp_iap.yaml
volumeMounts:
- name: gcp-credentials
mountPath: /secret/gcp-credentials
Expand Down

0 comments on commit 81649a1

Please sign in to comment.