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 GitHub
parent a7aaad0a0b
commit bd8e361f65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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" . }}