We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743a941 commit 170367aCopy full SHA for 170367a
1 file changed
examples/kind/main.tf
@@ -65,7 +65,7 @@ module "argocd_bootstrap" {
65
}
66
67
module "traefik" {
68
- source = "git::https://github.com/camptocamp/devops-stack-module-traefik.git//kind?ref=v1.1.0"
+ source = "git::https://github.com/camptocamp/devops-stack-module-traefik.git//kind?ref=v1.2.0"
69
70
cluster_name = local.cluster_name
71
@@ -75,6 +75,8 @@ module "traefik" {
75
76
argocd_namespace = module.argocd_bootstrap.argocd_namespace
77
78
+ enable_service_monitor = local.enable_service_monitor
79
+
80
dependency_ids = {
81
argocd = module.argocd_bootstrap.id
82
0 commit comments