Skip to content

Commit

Permalink
feat: update Traefik version
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed May 24, 2023
1 parent 743a941 commit 170367a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/kind/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module "argocd_bootstrap" {
}

module "traefik" {
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"

cluster_name = local.cluster_name

Expand All @@ -75,6 +75,8 @@ module "traefik" {

argocd_namespace = module.argocd_bootstrap.argocd_namespace

enable_service_monitor = local.enable_service_monitor

dependency_ids = {
argocd = module.argocd_bootstrap.id
}
Expand Down

0 comments on commit 170367a

Please sign in to comment.