From ab5113e8eb80db912dd5a89e2438ad00390258e3 Mon Sep 17 00:00:00 2001 From: Tom George <tg82490@gmail.com> Date: Wed, 25 Sep 2019 10:52:12 -0500 Subject: [PATCH] Set postgres deployment to use recreate deployment strategy Signed-off-by: Tom George <tg82490@gmail.com> --- .../che/custom-charts/che-postgres/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/kubernetes/helm/che/custom-charts/che-postgres/templates/deployment.yaml b/deploy/kubernetes/helm/che/custom-charts/che-postgres/templates/deployment.yaml index d08f1670c7..f001635e39 100644 --- a/deploy/kubernetes/helm/che/custom-charts/che-postgres/templates/deployment.yaml +++ b/deploy/kubernetes/helm/che/custom-charts/che-postgres/templates/deployment.yaml @@ -23,6 +23,8 @@ spec: matchLabels: app: che component: postgres + strategy: + type: Recreate template: metadata: labels: -- GitLab