From 81649a10fa9fb6b69db62c31554fb3186289afde Mon Sep 17 00:00:00 2001 From: Jeremy Lewi Date: Thu, 17 Oct 2019 18:23:57 -0700 Subject: [PATCH] autodeploy jobs should pull kfdef specs from kubeflow/manifests (#472) * Fix #471 --- test-infra/auto-deploy/deploy-cron-master.yaml | 2 +- test-infra/auto-deploy/deploy-master.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-infra/auto-deploy/deploy-cron-master.yaml b/test-infra/auto-deploy/deploy-cron-master.yaml index 8d91d369612..d6165d346ac 100644 --- a/test-infra/auto-deploy/deploy-cron-master.yaml +++ b/test-infra/auto-deploy/deploy-cron-master.yaml @@ -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 diff --git a/test-infra/auto-deploy/deploy-master.yaml b/test-infra/auto-deploy/deploy-master.yaml index a35f0c89404..ea14cf1c1db 100644 --- a/test-infra/auto-deploy/deploy-master.yaml +++ b/test-infra/auto-deploy/deploy-master.yaml @@ -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