From 54d03136d49a4eed6e863f13d37ed40cf9eb7ed5 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Fri, 7 Nov 2025 11:50:41 -0300 Subject: [PATCH] chore: adds infra repo to kubeconfig secret --- config.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/config.tf b/config.tf index 250bc1f..43beb7e 100644 --- a/config.tf +++ b/config.tf @@ -95,5 +95,6 @@ variable "github_repositories" { "frontend-hideyoshi.com", "backend-hideyoshi.com", "storage-hideyoshi.com", + "infra-hideyoshi.com", ] } \ No newline at end of file