Updated ArgoCD and docs

This commit is contained in:
Max Pfeiffer
2025-11-09 08:57:19 +01:00
parent 6a5c87b263
commit 052554ddf1
3 changed files with 7 additions and 6 deletions

View File

@@ -9,14 +9,14 @@ variable "Kubernetes_config_context" {
}
variable "cilium_load_balancer_ip_range_start" {
type = string
type = string
}
variable "cilium_load_balancer_ip_range_stop" {
type = string
type = string
}
variable "argocd_domain" {
type = string
type = string
}