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:
Huamin Chen 2018-01-05 14:45:21 -05:00 committed by Pete Birley
parent c9dbf745d4
commit 4197b9eae5

View File

@ -29,6 +29,8 @@ metadata:
name: ceph-mgr
spec:
replicas: {{ .Values.pod.replicas.mgr }}
strategy:
type: Recreate
template:
metadata:
labels: