Add deployment strategy type 'Recreate' (#3164)

Add deployment strategy type 'Recreate'
This commit is contained in:
Jan Mussler 2026-08-11 09:14:13 +02:00 committed by Felix Kunde
parent 0c382490a2
commit 258aead192
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ metadata:
namespace: {{ .Release.Namespace }}
spec:
replicas: 1
strategy:
type: "Recreate"
selector:
matchLabels:
app.kubernetes.io/name: {{ template "postgres-operator.name" . }}