flux refactor

This commit is contained in:
Graham McIntire 2026-04-27 12:56:54 -05:00
parent a3ead3f941
commit e590956732
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59
2 changed files with 15 additions and 13 deletions

View file

@ -1,3 +1,4 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
@ -10,3 +11,17 @@ spec:
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

View file

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