Enable the trigger scan thing for limbo.
This commit is contained in:
parent
83c1eced42
commit
8fc26b450b
|
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: squid
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 5m0s
|
||||||
|
path: ./limbo-branch-trigger
|
||||||
|
prune: true
|
||||||
|
sourceRef:
|
||||||
|
kind: GitRepository
|
||||||
|
name: flux-app
|
||||||
|
targetNamespace: default
|
||||||
Loading…
Reference in New Issue