Compare commits

..

4 Commits

6 changed files with 70 additions and 1 deletions
@@ -0,0 +1,12 @@
apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Alert
metadata:
name: flux-infra
namespace: flux-system
spec:
providerRef:
name: flux-infra
eventSeverity: info
eventSources:
- kind: Kustomization
name: flux-system
@@ -0,0 +1,10 @@
apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Provider
metadata:
name: flux-infra
namespace: flux-system
spec:
type: gitea
address: https://git.huizinga.dev/dreaded_x/flux-infra
secretRef:
name: gitea
@@ -59,4 +59,3 @@ spec:
eventSources:
- kind: Kustomization
name: siranga
namespace: flux-system
@@ -22,3 +22,27 @@ spec:
kind: OCIRepository
name: authelia-controller
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
@@ -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