Merge pull request #1266 from bragi92/patch-1

fix: Create a monitoring namespace if it does not exist in windows exporter daemonset
This commit is contained in:
Ben Reedy
2023-08-06 08:16:55 +10:00
committed by GitHub

View File

@@ -1,3 +1,10 @@
apiVersion: v1
kind: Namespace
metadata:
name: monitoring
labels:
name: monitoring
---
apiVersion: apps/v1
kind: DaemonSet
metadata: