Azure / draft

A day 0 tool for getting your app on k8s fast
MIT License
515 stars 61 forks source link

Set imagePullPolicy to Always #153

Closed sabbour closed 1 year ago

sabbour commented 1 year ago

Description

Setting the imagePullPolicy in deployment.yaml to Always to ensure that the latest container images are pulled from the registry on pod creation.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

While it might not impact existing tools, the behavior changes the generated files.

Checklist:

sabbour commented 1 year ago

Will look at why the Helm path is broken in the test

davidgamero commented 1 year ago

closing for drift, re-created in #179