From ec5bd17212d93ac9951aa07cfcb0895a7d2dd526 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 7 Oct 2023 17:37:41 +0200 Subject: [PATCH] Add webhook receiver service --- apps/apps.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/apps.yaml b/apps/apps.yaml index 93b2d18..f7121f5 100644 --- a/apps/apps.yaml +++ b/apps/apps.yaml @@ -5,6 +5,7 @@ namespace: kube-system metadata: name: flux-webhook resources: + - flux/webhook-service.yaml - flux/webhook-route.yaml - flux/webhook-sealedsecret.yaml - flux/webhook-receiver.yaml