This commit is contained in:
2024-05-15 15:59:22 +02:00
parent c8a8eeb702
commit 7123655dc6

View File

@@ -6,7 +6,6 @@ resource "kubectl_manifest" "ServiceMonitor" {
name: "${var.instance}-${var.component}" name: "${var.instance}-${var.component}"
namespace: ${var.namespace} namespace: ${var.namespace}
labels: ${jsonencode(local.common_labels)} labels: ${jsonencode(local.common_labels)}
ownerReferences: ${jsonencode(var.install_owner)}
spec: spec:
jobLabel: '' jobLabel: ''
selector: selector: