Skip to content

Commit

Permalink
add github status provider to update commit status
Browse files Browse the repository at this point in the history
  • Loading branch information
pokgak committed Sep 13, 2023
1 parent 3a859a2 commit 02825fe
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions clusters/lab/flux-system/github-status-alert.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: notification.toolkit.fluxcd.io/v1beta2
kind: Provider
metadata:
name: github-status
namespace: flux-system
spec:
type: github
address: https://github.com/pokgak/gitops
secretRef:
name: github-token
---
apiVersion: notification.toolkit.fluxcd.io/v1beta2
kind: Alert
metadata:
name: github-status
namespace: flux-system
spec:
providerRef:
name: github-status
eventSources:
- kind: Kustomization
name: flux-system

0 comments on commit 02825fe

Please sign in to comment.