Skip to content

Commit

Permalink
update gatekeeper stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 21, 2025
1 parent 59b2752 commit 3a73f89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -123,4 +123,3 @@ inputs = {
kiali_ns = dependency.eks-kiali.outputs.namespace
kiali_url = dependency.eks-kiali.outputs.internal_endpoint.url
}

0 comments on commit 3a73f89

Please sign in to comment.