Update authelia-controller commit status based on reconcile status
This commit is contained in:
parent
5f1abaf7e7
commit
f4230c41be
|
@ -22,3 +22,27 @@ spec:
|
||||||
kind: OCIRepository
|
kind: OCIRepository
|
||||||
name: authelia-controller
|
name: authelia-controller
|
||||||
wait: true
|
wait: true
|
||||||
|
---
|
||||||
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
||||||
|
kind: Provider
|
||||||
|
metadata:
|
||||||
|
name: authelia-controller
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
type: gitea
|
||||||
|
address: https://git.huizinga.dev/dreaded_x/authelia-controller
|
||||||
|
secretRef:
|
||||||
|
name: gitea
|
||||||
|
---
|
||||||
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
||||||
|
kind: Alert
|
||||||
|
metadata:
|
||||||
|
name: authelia-controller
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
providerRef:
|
||||||
|
name: authelia-controller
|
||||||
|
eventSeverity: info
|
||||||
|
eventSources:
|
||||||
|
- kind: Kustomization
|
||||||
|
name: authelia-controller
|
||||||
|
|
Loading…
Reference in New Issue
Block a user