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
|
||||
metadata:
|
||||
name: gitea-receiver
|
||||
namespace: flux-system
|
||||
spec:
|
||||
type: git
|
||||
type: github
|
||||
events:
|
||||
- push
|
||||
resources:
|
||||
- kind: GitRepository
|
||||
name: user-microservice-repo
|
||||
secretRef:
|
||||
name: webhook-token
|
||||
resources:
|
||||
- apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: GitRepository
|
||||
name: user-microservice-repo
|
||||
namespace: flux-system
|
||||
|
||||
@@ -11,5 +11,3 @@ spec:
|
||||
kind: GitRepository
|
||||
name: user-microservice-repo
|
||||
targetNamespace: user-microservice
|
||||
resources:
|
||||
- flux-receiver.yaml
|
||||
Reference in New Issue
Block a user