fix: Create a monitoring namespace if it does not exist in windows exporter daemonset

Signed-off-by: bragi92 <kadubey@microsoft.com>
This commit is contained in:
bragi92 2023-08-01 12:09:01 -07:00 committed by GitHub
parent b0a1a38829
commit e9b8f82b2c
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: