Skip to content

Commit

Permalink
update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wilberh committed Aug 24, 2023
1 parent 6e376b4 commit d7c9308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: app-image
image: {{ Values.image | default Values.image | toYaml }}
image: {{ Values.image | default Values.image }}
imagePullPolicy: Always
ports:
- name: app-pod-port
Expand Down

0 comments on commit d7c9308

Please sign in to comment.