mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 00:21:46 +00:00
Fix GCP integration container image
Signed-off-by: leigh capili <leigh@null.net>
This commit is contained in:
parent
bb0114e379
commit
1355962b3c
2 changed files with 2 additions and 2 deletions
|
|
@ -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: |-
|
||||||
|
|
|
||||||
|
|
@ -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: |-
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue