theshire/kubernetes/apps/ci-runners/forgejo/ks.yaml

20 lines
508 B
YAML
Raw Normal View History

2024-09-05 05:43:09 -05:00
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: &app forgejo
namespace: flux-system
spec:
targetNamespace: ci-runners
commonMetadata:
labels:
app.kubernetes.io/name: *app
interval: 10m
path: "./kubernetes/apps/ci-runners/forgejo/app"
prune: true
sourceRef:
kind: GitRepository
name: theshire
wait: true