Files
GitOps/htwg-1/root-ks.yaml
T

16 lines
287 B
YAML

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