This commit is contained in:
2024-01-24 10:41:15 +01:00
parent a66dcce956
commit 109304f06d
22 changed files with 200 additions and 196 deletions

View File

@@ -213,6 +213,17 @@ data "kustomization_overlay" "data" {
> 3
EOF
}
patches {
target {
kind = "ServiceMonitor"
name = "prometheus-community-prometheus-node-exporter"
}
patch = <<-EOF
- op: replace
path: /spec/selector/matchLabels/app.kubernetes.io~1instance
value: "${var.instance}"
EOF
}
}
data "kustomization_overlay" "data_no_ns" {