Add limbo ci stuff.
This commit is contained in:
parent
c0b9168b64
commit
83c1eced42
|
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: limbo-ci
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 5m0s
|
||||||
|
path: ./limbo
|
||||||
|
prune: true
|
||||||
|
sourceRef:
|
||||||
|
kind: GitRepository
|
||||||
|
name: j7s-ci
|
||||||
|
targetNamespace: j7s-ci
|
||||||
Loading…
Reference in New Issue