Compare commits
2 Commits
ce5746b6dd
...
659b062551
Author | SHA1 | Date | |
---|---|---|---|
659b062551 | |||
d520cea264 |
@ -1,14 +1,16 @@
|
|||||||
apiVersion: notification.toolkit.fluxcd.io/v1beta2
|
apiVersion: notification.toolkit.fluxcd.io/v1
|
||||||
kind: Receiver
|
kind: Receiver
|
||||||
metadata:
|
metadata:
|
||||||
name: gitea-receiver
|
name: gitea-receiver
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
type: git
|
type: github
|
||||||
events:
|
events:
|
||||||
- push
|
- push
|
||||||
resources:
|
|
||||||
- kind: GitRepository
|
|
||||||
name: user-microservice-repo
|
|
||||||
secretRef:
|
secretRef:
|
||||||
name: webhook-token
|
name: webhook-token
|
||||||
|
resources:
|
||||||
|
- apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: GitRepository
|
||||||
|
name: user-microservice-repo
|
||||||
|
namespace: flux-system
|
||||||
|
Reference in New Issue
Block a user