remove obsolete flux GitRepository/Kustomization manifest

This commit is contained in:
Graham McIntire 2026-04-29 10:49:37 -05:00
parent 15c44c45bc
commit 208401e8b7
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -1,27 +0,0 @@
---
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