Added GitOps repo
This commit is contained in:
10
clusters/prod/source.yaml
Normal file
10
clusters/prod/source.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: user-microservice-repo
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1m
|
||||
url: https://gitea.marcin00.pl/pikram/user-microservice-deploy.git
|
||||
ref:
|
||||
branch: fluxcd
|
Reference in New Issue
Block a user