diff --git a/charts/ocis/templates/store/deployment.yaml b/charts/ocis/templates/store/deployment.yaml index 2f52bcd43..ff419837b 100644 --- a/charts/ocis/templates/store/deployment.yaml +++ b/charts/ocis/templates/store/deployment.yaml @@ -5,7 +5,8 @@ kind: Deployment spec: {{- include "ocis.selector" . | nindent 2 }} replicas: 1 #TODO: https://github.com/owncloud/ocis-charts/issues/113 - {{- include "ocis.deploymentStrategy" . | nindent 2 }} + strategy: + type: Recreate template: {{- include "ocis.templateMetadata" (dict "scope" $ "configCheck" false) | nindent 4 }} spec: