Files
klaster/cluster/apps.yaml
Lumpiasty 91678b2ff8
All checks were successful
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
lower root kustomizations auto sync interval
2026-04-07 03:30:52 +02:00

14 lines
234 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps
namespace: flux-system
spec:
interval: 24h
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps
prune: true
wait: true