diff --git a/lab/_envcommon/default-versions.hcl b/lab/_envcommon/default-versions.hcl index 21ac1dd..d4d74d9 100644 --- a/lab/_envcommon/default-versions.hcl +++ b/lab/_envcommon/default-versions.hcl @@ -60,7 +60,7 @@ locals { namespaces = { arcgis = "arcgis" cert-manager = "kube-system" - gogatekeeper = "kube-system" + gogatekeeper = "keycloak" grafana = local.telemetry_namespace istio = "istio-system" k8s-dashboard = local.telemetry_namespace @@ -93,8 +93,8 @@ locals { ################ # GoGatekeeper ################ - gogatekeeper_tag = "3.18.2" - gogatekeeper_chart_version = "0.1.53" + gatekeeper_tag = "3.18.2" + gatekeeper_chart_version = "0.1.53" ################ # Grafana diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-gatekeeper/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-gatekeeper/terragrunt.hcl index ff7990b..98c4d79 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-gatekeeper/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-gatekeeper/terragrunt.hcl @@ -5,7 +5,7 @@ include "root" { } terraform { - source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-gatekeeper.git?ref=${include.root.inputs.release_version}" + source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-gogatekeeper.git?ref=${include.root.inputs.release_version}" extra_arguments "retry_lock" { commands = get_terraform_commands_that_need_locking() arguments = ["-lock-timeout=20s"] @@ -123,4 +123,3 @@ inputs = { kiali_ns = dependency.eks-kiali.outputs.namespace kiali_url = dependency.eks-kiali.outputs.internal_endpoint.url } -