stackspout/infrastructure/kustomizations/apps-kustomization.yaml

14 lines
256 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: stackspout-apps
namespace: flux-system
spec:
interval: 10m
retryInterval: 1m
sourceRef:
kind: GitRepository
name: stackspout
path: ./apps
prune: true