2024-10-09 15:12:58 +00:00
|
|
|
---
|
|
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
|
|
kind: GitRepository
|
|
|
|
metadata:
|
|
|
|
name: flux2-test
|
|
|
|
namespace: flux2
|
|
|
|
spec:
|
2024-10-09 18:01:18 +00:00
|
|
|
url: https://git.smsvc.net/k8s/flux2-test.git
|
2024-10-09 15:12:58 +00:00
|
|
|
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
|