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