From a8ba0c86bc20ad1b7f36fd5f68bfe22b0df84565 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 9 Oct 2023 20:46:52 -0400 Subject: [PATCH] Add namespace --- base/prometheus-operator/prometheus-operator-namespace.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 base/prometheus-operator/prometheus-operator-namespace.yaml diff --git a/base/prometheus-operator/prometheus-operator-namespace.yaml b/base/prometheus-operator/prometheus-operator-namespace.yaml new file mode 100644 index 0000000..a88587f --- /dev/null +++ b/base/prometheus-operator/prometheus-operator-namespace.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: prometheus-system