mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-14 14:59:07 +02:00
Add ArgoCD as an optional module
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
resource "helm_release" "traefik" {
|
||||
namespace = "traefik-loadbalancer"
|
||||
namespace = var.namespace
|
||||
create_namespace = true
|
||||
name = "traefik"
|
||||
repository = "https://traefik.github.io/charts"
|
||||
|
Reference in New Issue
Block a user