From 3b7d4bc3b94e238e7c7cd98dca1c1c0ae700ab01 Mon Sep 17 00:00:00 2001 From: Aiman Ismail Date: Thu, 14 Sep 2023 01:52:55 +0800 Subject: [PATCH] add namespace --- clusters/lab/flux-system/github-status-alert.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clusters/lab/flux-system/github-status-alert.yaml b/clusters/lab/flux-system/github-status-alert.yaml index 3a782bc..478622e 100644 --- a/clusters/lab/flux-system/github-status-alert.yaml +++ b/clusters/lab/flux-system/github-status-alert.yaml @@ -8,6 +8,7 @@ spec: address: https://github.com/pokgak/gitops secretRef: name: github-token + namespace: flux-system --- apiVersion: notification.toolkit.fluxcd.io/v1beta2 kind: Alert @@ -17,6 +18,9 @@ metadata: spec: providerRef: name: github-status + namespace: flux-system eventSources: - kind: Kustomization name: flux-system + namespace: flux-system +---