mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
29 lines
683 B
YAML
29 lines
683 B
YAML
---
|
|
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/provider_v1beta2.json
|
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
|
kind: Provider
|
|
metadata:
|
|
name: github
|
|
namespace: flux-system
|
|
spec:
|
|
type: github
|
|
address: https://github.com/auricom/home-ops
|
|
secretRef:
|
|
name: github-token-secret
|
|
---
|
|
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/alert_v1beta2.json
|
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
|
kind: Alert
|
|
metadata:
|
|
name: github
|
|
namespace: flux-system
|
|
spec:
|
|
providerRef:
|
|
name: github
|
|
eventSeverity: info
|
|
eventSources:
|
|
- kind: Kustomization
|
|
name: "*"
|
|
- kind: HelmRelease
|
|
name: "*"
|