Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 18, 2025
1 parent 66d964a commit 95a3fe5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
15 changes: 0 additions & 15 deletions lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ locals {
karpenter = "karpenter"
metrics-server = "kube-system"
postgresql = "kube-system"
<<<<<<< HEAD
keycloak = "keycloak"
gogatekeeper = "kube-system"
=======
keycloak = "kube-system"
>>>>>>> 2829581 (more wip:)
istio = "istio-system"
kiali = "istio-system"
grafana = local.telemetry_namespace
Expand Down Expand Up @@ -114,17 +110,6 @@ locals {
keycloak_password = "this is my very secure and totally random password horse battery staple now"
postgresql_tag = "17.4.0-debian-12-r2"

################
# Keycloak
################
keycloak_chart_version = "24.4.11"
keycloak_tag = "26.1.3"
keycloak_hostname = "keycloak"
keycloak_database = "keycloak_db"
keycloak_username = "keycloak_user"
# keycloak_password = "secure_password"
postgresql_tag = "17.4.0-debian-12-r2"
################
# Kiali
################
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-cert-mgr.git?ref=${include.root.inputs.release_version}"
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-cert-mgr.git?ref=cicd"

extra_arguments "retry_lock" {
commands = get_terraform_commands_that_need_locking()
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-grafana.git?ref=${include.root.inputs.release_version}"
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-grafana.git?ref=namespaces"
extra_arguments "retry_lock" {
commands = get_terraform_commands_that_need_locking()
arguments = ["-lock-timeout=20s"]
Expand Down

0 comments on commit 95a3fe5

Please sign in to comment.