Hello, we have gone through an infrastructure chan...
# deployment-kubernetes
j
Hello, we have gone through an infrastructure change and with that has changed our dagster deployments a little bit. We have a dagster-user-code-deployment that has the
imagePullSecret
. This should be the correct
imagePullSecret
because the two user code deployments we have in the helm chart successfully deployed. However, when kicking off a run of one of our jobs, we then get an
ErrImagePull
ImagePullBackOff
error. The error received is
unauthorized
. Was wondering if anyone has encountered this before or if there is a configuration that i need. Thanks for the help in advanced. Edit: patched the service role with access to get the
imagePullSecret
and it successfully received the image