aprs.me/k8s/flux.yaml
2026-04-27 12:56:59 -05:00

27 lines
504 B
YAML

---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: aprs-me
namespace: flux-system
spec:
interval: 1m
url: https://git.mcintire.me/graham/aprs.me.git
ref:
branch: main
secretRef:
name: forgejo-git-credentials
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: aprs-app
namespace: flux-system
spec:
interval: 5m
sourceRef:
kind: GitRepository
name: aprs-me
path: ./k8s
prune: true
targetNamespace: aprs