fix
This commit is contained in:
@@ -6,7 +6,6 @@ resource "kubectl_manifest" "ServiceMonitor" {
|
||||
name: "${var.instance}-${var.component}"
|
||||
namespace: ${var.namespace}
|
||||
labels: ${jsonencode(local.common_labels)}
|
||||
ownerReferences: ${jsonencode(var.install_owner)}
|
||||
spec:
|
||||
jobLabel: ''
|
||||
selector:
|
||||
|
||||
Reference in New Issue
Block a user