mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 13:19:44 +02:00
feat: Change update strategy in case of persistence in Helm (#876)
This commit is contained in:
parent
024821edad
commit
ee34c7dbb8
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ spec:
|
|||
selector:
|
||||
matchLabels:
|
||||
{{- include "planka.selectorLabels" . | nindent 6 }}
|
||||
{{- if .Values.persistence.enabled }}
|
||||
strategy:
|
||||
type: Recreate
|
||||
{{- end }}
|
||||
template:
|
||||
metadata:
|
||||
{{- with .Values.podAnnotations }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue