25 lines
437 B
YAML
25 lines
437 B
YAML
|
---
|
||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||
|
kind: GitRepository
|
||
|
metadata:
|
||
|
name: flux2-test
|
||
|
namespace: flux2
|
||
|
spec:
|
||
|
url: https://git.smsvc.net/smark/flux2-test.git
|
||
|
interval: 15s
|
||
|
ref:
|
||
|
branch: main
|
||
|
---
|
||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||
|
kind: Kustomization
|
||
|
metadata:
|
||
|
name: flux2-test
|
||
|
namespace: flux2
|
||
|
spec:
|
||
|
interval: 15s
|
||
|
prune: true
|
||
|
sourceRef:
|
||
|
kind: GitRepository
|
||
|
name: flux2-test
|
||
|
path: ./manifests
|