Skip to content

Commit

Permalink
Changing .spec.strategy.type to Replace
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin JOLY committed Jan 4, 2024
1 parent 81d2cf2 commit e20ac79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/common/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ spec:
imagePullSecrets:
- name: "{{ .Values.image.repositorySettings.secretName }}"
{{- end }}
strategy:
type: "Replace"
containers:
- name: {{ .Release.Name }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
Expand Down

0 comments on commit e20ac79

Please sign in to comment.