this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(infra/bootstrap): add common labels to monitoring components

Change-Id: I81e0940aa5dfed3528d26dba20516a0de3ad4654

+2
+1
infra/modules/bootstrap/loki.tf
··· 7 7 name = "loki" 8 8 namespace = helm_release.argocd.namespace 9 9 finalizers = ["resources-finalizer.argocd.argoproj.io"] 10 + labels = local.common_labels 10 11 } 11 12 spec = { 12 13 project = "default"
+1
infra/modules/bootstrap/prometheus.tf
··· 7 7 name = "prometheus" 8 8 namespace = helm_release.argocd.namespace 9 9 finalizers = ["resources-finalizer.argocd.argoproj.io"] 10 + labels = local.common_labels 10 11 } 11 12 spec = { 12 13 project = "default"