fix: correct repo URLs and cluster directory name
This commit is contained in:
@@ -12,8 +12,8 @@ locals {
|
||||
region = data.aws_region.current.id
|
||||
cluster_version = var.kubernetes_version
|
||||
argocd_namespace = "argocd"
|
||||
gitops_addons_repo_url = "https://github.com/${var.git_org_name}/${var.gitops_addons_repo_name}.git"
|
||||
gitops_fleet_repo_url = "https://github.com/${var.git_org_name}/${var.gitops_fleet_repo_name}.git"
|
||||
gitops_addons_repo_url = "https://gi-8d30f0386d234e1a96d90d6234794869.ecs.us-east-1.on.aws/${var.git_org_name}/gitops-ack-kro-argocd.git"
|
||||
gitops_fleet_repo_url = "https://gi-8d30f0386d234e1a96d90d6234794869.ecs.us-east-1.on.aws/${var.git_org_name}/gitops-ack-kro-argocd.git"
|
||||
|
||||
external_secrets = {
|
||||
namespace = "external-secrets"
|
||||
|
||||
Reference in New Issue
Block a user