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
commit 34da140f87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

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