Skip to content
Snippets Groups Projects

Recreate deploy strategy

Merged Remi PLANEL requested to merge deploy-strategy into dev
3 files
+ 8
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -8,6 +8,8 @@ spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
strategy:
type: {{ .Values.strategy.type }}
selector:
matchLabels:
{{- include "df-wiki.selectorLabels" . | nindent 6 }}
Loading