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

Commit

Permalink
fix(k8s): add preprod subDomain (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Aug 7, 2020
1 parent d44a830 commit f8659d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .k8s/environments/preprod/app.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { GlobalEnvironment } from "@socialgouv/kosko-charts/types";

export default {
subdomain: `preprod-${process.env.CI_PROJECT_NAME as string}`,
} as Partial<GlobalEnvironment>;

0 comments on commit f8659d2

Please sign in to comment.