This commit is contained in:
2024-01-23 17:01:01 +01:00
parent b61e510acf
commit 41e947bdd5
8 changed files with 129 additions and 129 deletions

View File

@@ -5,7 +5,7 @@ resource "kubectl_manifest" "datasource" {
metadata:
name: loki-datasource
namespace: "${var.namespace}"
labels: ${jsonencode(local.common-labels)}
labels: ${jsonencode(merge(local.common-labels, {"grafana_datasource" = "1"}))}
data:
loki-datasource.yaml: |-
apiVersion: 1