Skip to content

Commit

Permalink
chore(example): remove imagePullPolicy from templated-k8s-container
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofgeese authored Jul 11, 2023
1 parent 02ae831 commit 7ee464f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/templated-k8s-container/template/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ configs:
containers:
- name: main
image: ${actions.build["${parent.name}"].outputs.deployment-image-id}
imagePullPolicy: "Always"
ports:
- name: http
containerPort: ${inputs.containerPort}

0 comments on commit 7ee464f

Please sign in to comment.