From 5f6ec00a5959f1e53fd17193e2388640a210cd22 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Tue, 15 Apr 2025 19:00:21 -0400 Subject: [PATCH] fixing stuff --- eks_automation/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eks_automation/app.py b/eks_automation/app.py index 8bd6b50..6d3af88 100644 --- a/eks_automation/app.py +++ b/eks_automation/app.py @@ -26,9 +26,9 @@ CENSUS_GITHUB_API = "https://github.e.it.census.gov/api/v3" ORG_NAME = "SCT-Engineering" -SECRET_NAME = "/dev/eks_automation_github_token" +SECRET_NAME = "/eks-cluster-deployment/github_token" -ORIG_REPO_NAME = "platform-tg-infra" +ORIG_REPO_NAME = "template-eks-cluster" TEMPLATE_FILE_NAME = "eks.hcl.j2" HCL_FILE_NAME = "eks.hcl"