Skip to content

Commit

Permalink
set image pull policy to Always for development
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobsonchase committed Mar 5, 2024
1 parent 956a7cb commit 835b611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ deploy: _deploy-check-env-vars docker-push manifests kustomize _helm_setup ## De
--set image.registry=$(REGISTRY) \
--set image.repository=$(IMG) \
--set image.tag="latest" \
--set image.pullPolicy="Always" \
--set podAnnotations."k8s\.ngrok\.com/test"="\{\"env\": \"local\"\}" \
--set credentials.apiKey=$(NGROK_API_KEY) \
--set credentials.authtoken=$(NGROK_AUTHTOKEN) \
Expand Down

0 comments on commit 835b611

Please sign in to comment.