ceph-mgr: set .spec.strategy to recreate
This PS set the Ceph MGR pod .spec.strategy to recreate. Signed-off-by: Alexandre Marangone <amarango@redhat.com> Change-Id: I14a817dbf8e0d1ec86345cf97911302f5acc3466
This commit is contained in:
parent
c9dbf745d4
commit
4197b9eae5
@ -29,6 +29,8 @@ metadata:
|
||||
name: ceph-mgr
|
||||
spec:
|
||||
replicas: {{ .Values.pod.replicas.mgr }}
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
Loading…
Reference in New Issue
Block a user