Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 00bc4fa

Browse files
committed
fix(k8s): add alpha prefix in production
1 parent 7f98c30 commit 00bc4fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.k8s/environments/prod/app.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { GlobalEnvironment } from "@socialgouv/kosko-charts/types";
2+
3+
export default {
4+
subdomain: `alpha-${process.env.CI_PROJECT_NAME as string}`,
5+
} as Partial<GlobalEnvironment>;

0 commit comments

Comments
 (0)