fedora-image-uploader: Fix Google Cloud credential path
I used the wrong name for the file being mounted in the volume. This will fix the image uploader boot-looping in staging. Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
This commit is contained in:
parent
b42bdf2ec4
commit
5dabb7c3b5
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ spec:
|
|||
- name: FEDORA_REGISTRY_CERT_DIR
|
||||
value: "/etc/pki/registry-fedoraproject-org/"
|
||||
- name: GOOGLE_APPLICATION_CREDENTIALS
|
||||
value: "/etc/pki/google-cloud/cloud-image-uploader-google-cloud-key"
|
||||
value: "/etc/pki/google-cloud/google_cloud_image_uploader.json"
|
||||
- name: QUAY_IO_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue