most-analyst-11973
07/26/2023, 4:56 PMlatest
, and so I need to be able to configure the pod/deployment imagePullPolicy to be Always. It seems like this is not covered in the docs, and attempting it the key seems to be ignored. Not sure if this is intentional/bug or just a misconfiguration on my side. Thanks for any advice!ancient-diamond-80011
07/27/2023, 9:23 AMkubernetes
deploy type, you should be able to use manifest yaml files with the imagePullPolicy
set in them https://docs.garden.io/reference/action-types/deploy/kubernetesmost-analyst-11973
07/27/2023, 5:52 PMcontainer
type does automatically for me. It's minor, but is this something that would count as a bug for the provider itself or not really?ancient-diamond-80011
07/28/2023, 7:17 AMcontainer
type pretty much is "added defaults on top of the kubernetes
type". when you need to override those defaults to get a bit more specific, you also need to provide a bit more of the boilerplate too. with great flexibility comes some verbosity too 😅most-analyst-11973
07/28/2023, 2:20 PMchilly-gigabyte-83853
07/31/2023, 9:01 AMkubernetes-container
action type that would allow to extend the config of the container
type with Kubernetes specific fields. You can track the issue here: https://github.com/garden-io/garden/issues/4729.most-analyst-11973
07/31/2023, 5:26 PM