Skip to content
Snippets Groups Projects
Commit 6eb4b658 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6450: refactor: restore main yaml file for alfa

parent 8128058a
No related branches found
No related tags found
No related merge requests found
......@@ -532,7 +532,7 @@ Void checkoutGitopsE2eBranch() {
Void generateAdminNamespaceYaml() {
def bezeichner = env.ADMIN_BEZEICHNER
def envValues
dir('alfa-client/apps/admin-e2e/') {
dir("alfa-client/apps/admin-e2e/") {
envValues = readYaml file: "src/fixtures/argocd/by-admin-dev.yaml";
envValues.ozgcloud.bezeichner = bezeichner
......@@ -550,7 +550,7 @@ Void generateEaNamespaceYaml() {
}
Void generateMainNamespaceYaml() {
generateNamespaceYaml(env.MAIN_BEZEICHNER, "by-admin-dev.yaml");
generateNamespaceYaml(env.MAIN_BEZEICHNER, "by-main-dev.yaml");
}
Void generateNamespaceYaml(String bezeichner, String valuesPathSuffix) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment