Skip to content

Commit efda877

Browse files
Fix tables recreate
1 parent bb1d861 commit efda877

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

chart/templates/deployment-tables.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ metadata:
1313
{{- end }}
1414
spec:
1515
replicas: {{ .Values.tables.replicas }}
16-
{{- include "openops.deploymentStrategy" . | nindent 2 }}
16+
strategy:
17+
type: Recreate
1718
selector:
1819
matchLabels:
1920
{{- include "openops.componentSelectorLabels" (dict "root" . "component" "tables") | nindent 6 }}

0 commit comments

Comments
 (0)