From 436716d612baa6e28078dcc61fa77164cb129839 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Tue, 12 Dec 2023 11:25:02 -0500 Subject: [PATCH] fix: remove interval in flux github provider... huh? Signed-off-by: Devin Buhl --- .../addons/app/notifications/github/notification.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/main/apps/flux-system/addons/app/notifications/github/notification.yaml b/kubernetes/main/apps/flux-system/addons/app/notifications/github/notification.yaml index b9e8c94d552c8..03a68833a5d16 100644 --- a/kubernetes/main/apps/flux-system/addons/app/notifications/github/notification.yaml +++ b/kubernetes/main/apps/flux-system/addons/app/notifications/github/notification.yaml @@ -8,7 +8,7 @@ metadata: spec: type: github address: https://github.com/onedr0p/home-ops - interval: 10m + # interval: 10m secretRef: name: github-token-secret ---