Skip to content

Commit

Permalink
fix: changed imagePullPolicy to pullPolicy (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoL96 authored Nov 15, 2024
1 parent 3e536e7 commit da16b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
image: {{ .Values.controllerManager.image.repository }}:{{
.Values.controllerManager.image.tag | default .Chart.AppVersion
}}
imagePullPolicy: {{ .Values.controllerManager.image.imagePullPolicy
imagePullPolicy: {{ .Values.controllerManager.image.pullPolicy
}}
livenessProbe:
httpGet:
Expand Down Expand Up @@ -110,4 +110,4 @@ spec:
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}

0 comments on commit da16b0b

Please sign in to comment.