From a05e82b220f713cd415fa033582d7b8f116c9269 Mon Sep 17 00:00:00 2001 From: Rodrigue Koffi Date: Tue, 29 Aug 2023 10:42:34 +0200 Subject: [PATCH] Use tags for flux repository (#226) --- modules/eks-monitoring/dashboards.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/eks-monitoring/dashboards.tf b/modules/eks-monitoring/dashboards.tf index a73a557a..f892ec44 100644 --- a/modules/eks-monitoring/dashboards.tf +++ b/modules/eks-monitoring/dashboards.tf @@ -11,7 +11,7 @@ spec: interval: 5m0s url: ${var.flux_gitrepository_url} ref: - branch: ${var.flux_gitrepository_branch} + tag: ${var.flux_gitrepository_branch} YAML depends_on = [module.external_secrets]