remove obsolete flux GitRepository/Kustomization manifest
This commit is contained in:
parent
15c44c45bc
commit
208401e8b7
1 changed files with 0 additions and 27 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue