Gene Yang
06/14/2023, 2:09 AM"docker.errors.APIError: 500 Server Error for <http+docker://localhost/v1.43/images/create?tag=develop&fromImage>: ...... hiding this part of the URL..... : Internal Server Error ("Head "<https://hidingregistryurl/prefect/prefect-project/job1/manifests/develop>": denied: access forbidden".
How do I provide to my deployment an image pull secret? This is how my deployment is configured at the moment:
deployments:
- name: job1
entrypoint: ./job1/flow.py:test_flow
work_pool:
name: example-project
job_variables:
image: '{{ image_name }}'