Added FluxCD configuration
This commit is contained in:
7
fluxcd/fluxcd-secret.yaml
Normal file
7
fluxcd/fluxcd-secret.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: webhook-token
|
||||
namespace: flux-system
|
||||
stringData:
|
||||
token: ${GITEA_WEBHOOK_SECRET}
|
Reference in New Issue
Block a user