Skip to content

Commit 170367a

Browse files
committed
feat: update Traefik version
1 parent 743a941 commit 170367a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/kind/main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module "argocd_bootstrap" {
6565
}
6666

6767
module "traefik" {
68-
source = "git::https://github.com/camptocamp/devops-stack-module-traefik.git//kind?ref=v1.1.0"
68+
source = "git::https://github.com/camptocamp/devops-stack-module-traefik.git//kind?ref=v1.2.0"
6969

7070
cluster_name = local.cluster_name
7171

@@ -75,6 +75,8 @@ module "traefik" {
7575

7676
argocd_namespace = module.argocd_bootstrap.argocd_namespace
7777

78+
enable_service_monitor = local.enable_service_monitor
79+
7880
dependency_ids = {
7981
argocd = module.argocd_bootstrap.id
8082
}

0 commit comments

Comments
 (0)