project restructure
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
---
|
||||
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
||||
kind: Provider
|
||||
metadata:
|
||||
name: slack-bot
|
||||
namespace: flux-system
|
||||
spec:
|
||||
type: slack
|
||||
channel: general
|
||||
address: https://slack.com/api/chat.postMessage
|
||||
secretRef:
|
||||
name: slack-bot-token
|
||||
---
|
||||
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
||||
kind: Alert
|
||||
metadata:
|
||||
name: release-success-notification
|
||||
spec:
|
||||
eventSources:
|
||||
- kind: HelmRelease
|
||||
name: '*'
|
||||
inclusionList:
|
||||
- ".*succeeded.*"
|
||||
eventMetadata:
|
||||
app.kubernetes.io/env: "home-rpi5-cluster"
|
||||
app.kubernetes.io/cluster: "rpi5-cluster"
|
||||
Reference in New Issue
Block a user