From cbc06844d32958afae46d604387a232277af4526 Mon Sep 17 00:00:00 2001 From: OMPRAKASH MISHRA Date: Mon, 16 Dec 2024 15:45:34 -0800 Subject: [PATCH] chore: add flyway group to group schema change files together --- charts/app/templates/backend/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/app/templates/backend/templates/deployment.yaml b/charts/app/templates/backend/templates/deployment.yaml index 3306f14ec..76ca5d11f 100644 --- a/charts/app/templates/backend/templates/deployment.yaml +++ b/charts/app/templates/backend/templates/deployment.yaml @@ -42,6 +42,8 @@ spec: value: "USERS" - name: FLYWAY_CONNECT_RETRIES value: "10" + - name: FLYWAY_GROUP + value: "true" resources: limits: cpu: 200m