Skip to content

Commit

Permalink
Update examples/aks/stack.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Gonçalo Heleno <[email protected]>
  • Loading branch information
modridi and lentidas authored Sep 18, 2023
1 parent 7716ab0 commit 6497ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aks/stack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module "thanos" {
cluster_name = local.cluster_name
base_domain = azurerm_dns_zone.this.name
argocd_namespace = module.argocd.argocd_namespace
cluster_issuer = "letsencrypt-staging"
cluster_issuer = local.cluster_issuer

metrics_storage = {
container = azurerm_storage_container.metrics.name
Expand Down

0 comments on commit 6497ce3

Please sign in to comment.