git-notifications.yaml (490B)
1 apiVersion: notification.toolkit.fluxcd.io/v1beta3 2 kind: Provider 3 metadata: 4 name: flux-system-github 5 namespace: flux-system 6 spec: 7 type: github 8 address: https://github.com/MTRNord/cluster 9 secretRef: 10 name: github 11 --- 12 apiVersion: notification.toolkit.fluxcd.io/v1beta3 13 kind: Alert 14 metadata: 15 name: deployment-status-github 16 namespace: flux-system 17 spec: 18 providerRef: 19 name: flux-system-github 20 eventSeverity: info 21 eventSources: 22 - kind: Kustomization 23 name: "*"