Update lldap-controller commit status based on reconcile status

This commit is contained in:
Dreaded_X 2025-04-22 15:01:16 +02:00
parent f4230c41be
commit 2df89df141
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

@ -22,3 +22,27 @@ spec:
kind: OCIRepository kind: OCIRepository
name: lldap-controller name: lldap-controller
wait: true 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