Sebastian Mark
05b8cfbb65
- change repository URL to point to the correct location
- ensure deployment uses the main branch for updates
🤖
24 lines
435 B
YAML
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
|