flux2-test/deploy.yml
Sebastian Mark 05b8cfbb65 fix(deploy): update repository URL for flux2-test
- change repository URL to point to the correct location
- ensure deployment uses the main branch for updates
🤖
2024-10-09 20:01:18 +02:00

24 lines
435 B
YAML

---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: flux2-test
namespace: flux2
spec:
url: https://git.smsvc.net/k8s/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