fix: ArgoCD Notifications - Deployment manifest udpateStrategy (#372)
fix: ArgoCD Notifications - Deployment manifest udpateStrategy (#372)
This commit is contained in:
parent
ea4ba2283c
commit
249a79f4c8
3 changed files with 6 additions and 3 deletions
|
|
@ -5,6 +5,8 @@ metadata:
|
|||
labels:
|
||||
{{- include "argocd-notifications.labels" . | nindent 4 }}
|
||||
spec:
|
||||
strategy:
|
||||
{{- .Values.updateStrategy | toYaml | nindent 4 }}
|
||||
selector:
|
||||
matchLabels:
|
||||
{{- include "argocd-notifications.selectorLabels" . | nindent 6 }}
|
||||
|
|
@ -13,8 +15,6 @@ spec:
|
|||
labels:
|
||||
{{- include "argocd-notifications.selectorLabels" . | nindent 8 }}
|
||||
spec:
|
||||
strategy:
|
||||
type: Recreate
|
||||
{{- with .Values.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue