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 ---