From 94e21227037bb2b0b18a292a5c5da79105024c41 Mon Sep 17 00:00:00 2001 From: Brooooooklyn Date: Tue, 28 May 2024 05:53:37 +0000 Subject: [PATCH] fix: add DEPLOYMENT_TYPE env to migration job (#7089) --- .github/helm/affine/charts/graphql/templates/migration.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/helm/affine/charts/graphql/templates/migration.yaml b/.github/helm/affine/charts/graphql/templates/migration.yaml index 8d95457ff5..714d4d86c5 100644 --- a/.github/helm/affine/charts/graphql/templates/migration.yaml +++ b/.github/helm/affine/charts/graphql/templates/migration.yaml @@ -22,6 +22,8 @@ spec: value: "{{ .Values.env }}" - name: AFFINE_ENV value: "{{ .Release.Namespace }}" + - name: DEPLOYMENT_TYPE + value: "affine" - name: DATABASE_PASSWORD valueFrom: secretKeyRef: