Finalised variables handling for ArgoCD bootstrap

This commit is contained in:
Max Pfeiffer
2026-01-09 09:08:23 +01:00
parent a1bfccdc71
commit c8d92d43b8
4 changed files with 80 additions and 31 deletions

View File

@@ -11,7 +11,7 @@ locals {
name = "configs.params.server\\.insecure"
value = "true"
},
] : [],
] : [],
var.argocd_ingress_enabled ? [
{
name = "server.ingress.enabled"