diff --git a/helm/opengist/templates/deployment.yaml b/helm/opengist/templates/deployment.yaml index c9b3d25..ee6d125 100644 --- a/helm/opengist/templates/deployment.yaml +++ b/helm/opengist/templates/deployment.yaml @@ -20,6 +20,10 @@ spec: selector: matchLabels: {{- include "opengist.selectorLabels" . | nindent 6 }} + {{- with .Values.strategy }} + strategy: + {{- toYaml . | nindent 4 }} + {{- end }} template: metadata: annotations: