Fix GCP integration container image

Signed-off-by: leigh capili <leigh@null.net>
This commit is contained in:
leigh capili 2021-06-01 10:29:26 -06:00
parent bb0114e379
commit 1355962b3c
No known key found for this signature in database
GPG key ID: 59432144444FB382
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ spec:
spec: spec:
containers: containers:
- name: sync - name: sync
image: aws/aws-cli image: gcr.io/google.com/cloudsdktool/cloud-sdk:alpine
env: env:
- name: RECONCILE_SH - name: RECONCILE_SH
value: |- value: |-

View file

@ -9,7 +9,7 @@ spec:
spec: spec:
containers: containers:
- name: sync - name: sync
image: aws/aws-cli image: gcr.io/google.com/cloudsdktool/cloud-sdk:alpine
env: env:
- name: RECONCILE_SH - name: RECONCILE_SH
value: |- value: |-