shy-state-9608
05/02/2025, 6:35 AM- name: local-kubernetes
imagePullSecrets:
- name: image-pull-credentials
namespace: ${environment.namespace}
utilImageRegistryDomain: <...docker.pkg.dev/...>
This works great for my containers, but it fails when fetching garden's "default-backend". It appears the imagePullSecrets
is not set on the deployment. I believe this is the PR which introduced this functionality https://github.com/garden-io/garden/pull/6552
Im using latests garden v0.14.3chilly-gigabyte-83853
05/21/2025, 12:30 PMshy-state-9608
06/06/2025, 9:31 AMimagePullSecrets
is not added to the deployment of garden's default-backend
. I have since moved to traefik.
Thank you for the response 🙏
PS: pls provide arm64 image of default-backend
. It will help macos users.shy-state-9608
06/06/2025, 9:34 AM