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:
Jeremy Cline 2025-03-20 10:44:32 -04:00 committed by kevin
parent b42bdf2ec4
commit 5dabb7c3b5

View file

@ -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: