From 2df89df141428a78cd5d99436b0012bb7972d17d Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Tue, 22 Apr 2025 15:01:16 +0200 Subject: [PATCH] Update lldap-controller commit status based on reconcile status --- .../infra/lldap-controller.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/clusters/titan.lan.huizinga.dev/infra/lldap-controller.yaml b/clusters/titan.lan.huizinga.dev/infra/lldap-controller.yaml index 6328465..1a50ed5 100644 --- a/clusters/titan.lan.huizinga.dev/infra/lldap-controller.yaml +++ b/clusters/titan.lan.huizinga.dev/infra/lldap-controller.yaml @@ -22,3 +22,27 @@ spec: kind: OCIRepository name: lldap-controller wait: true +--- +apiVersion: notification.toolkit.fluxcd.io/v1beta3 +kind: Provider +metadata: + name: lldap-controller + namespace: flux-system +spec: + type: gitea + address: https://git.huizinga.dev/dreaded_x/lldap-controller + secretRef: + name: gitea +--- +apiVersion: notification.toolkit.fluxcd.io/v1beta3 +kind: Alert +metadata: + name: lldap-controller + namespace: flux-system +spec: + providerRef: + name: lldap-controller + eventSeverity: info + eventSources: + - kind: Kustomization + name: lldap-controller