Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
updated image pull policy
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa authored Oct 27, 2022
1 parent b6b1cde commit 5cbeea2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
containers:
- name: {{ .Release.Name }}
image: {{ .Values.image.repo }}:{{ .Values.image.tag | default .Chart.AppVersion }}
imagePullPolicy: IfNotPresent
imagePullPolicy: {{ .Values.image.pullPolicy | default "Always" }}
args:
- -c
- /app/config/main.yaml
Expand Down

0 comments on commit 5cbeea2

Please sign in to comment.