We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5427353 commit b35fc49Copy full SHA for b35fc49
main.tf
@@ -64,7 +64,7 @@ resource "kubectl_manifest" "node_exporter" {
64
# Deploy Node Exporter DaemonSet - Service
65
66
67
-resource "kubectl_manifest" "node_exporter" {
+resource "kubectl_manifest" "node-exporter-service" {
68
yaml_body = file("${path.module}/manifests/node-exporter-service.yaml")
69
depends_on = [kubectl_manifest.monitoring_namespace]
70
}
0 commit comments