This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(k8s): add yaml component to add admin pg sealed secret (#468)
- Loading branch information
1 parent
c765e29
commit fe8fcc7
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import env from "@kosko/env"; | ||
import { importYamlFolder } from "@socialgouv/kosko-charts/components/yaml"; | ||
import path from "path"; | ||
|
||
const manifests = importYamlFolder( | ||
path.join(__dirname, "..", `environments/${env.env}/yaml`) | ||
); | ||
export default manifests; |
File renamed without changes.