Files
GitOps/htwg-1/root-ks.yaml
2026-06-06 15:47:25 +02:00

16 lines
287 B
YAML
Executable File

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: flux-apps
namespace: flux-system
spec:
interval: 10m
sourceRef:
kind: GitRepository
name: gitops
namespace: flux-system
path: ./htwg-1/flux-apps
prune: true
wait: true
timeout: 5m