File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343 /builder/kubectl.bash apply -f k8s/autoloader.yaml
4444 env :
4545 - CLOUDSDK_COMPUTE_REGION=$_CLUSTER_REGION
46- - CLOUDSDK_CONTAINER_CLUSTER=data-processing
46+ - CLOUDSDK_CONTAINER_CLUSTER=$_CLUSTER_NAME
4747
4848# The "hourly" job runs every 3 hours and loads the data for the last day.
4949- name : gcr.io/cloud-builders/kubectl
5959 /builder/kubectl.bash apply -f autoloader-hourly-cronjob.yaml
6060 env :
6161 - CLOUDSDK_COMPUTE_REGION=$_CLUSTER_REGION
62- - CLOUDSDK_CONTAINER_CLUSTER=data-processing
62+ - CLOUDSDK_CONTAINER_CLUSTER=$_CLUSTER_NAME
6363
6464# The "weekly" job runs once per month and loads the data from the last month
6565# to the last day.
7676 /builder/kubectl.bash apply -f autoloader-weekly-cronjob.yaml
7777 env :
7878 - CLOUDSDK_COMPUTE_REGION=$_CLUSTER_REGION
79- - CLOUDSDK_CONTAINER_CLUSTER=data-processing
79+ - CLOUDSDK_CONTAINER_CLUSTER=$_CLUSTER_NAME
8080
8181# The "monthly" job runs once per month and loads the data from the beginning of
8282# the archive to the last month.
9393 /builder/kubectl.bash apply -f autoloader-monthly-cronjob.yaml
9494 env :
9595 - CLOUDSDK_COMPUTE_REGION=$_CLUSTER_REGION
96- - CLOUDSDK_CONTAINER_CLUSTER=data-processing
96+ - CLOUDSDK_CONTAINER_CLUSTER=$_CLUSTER_NAME
You can’t perform that action at this time.
0 commit comments