stackspout/infrastructure/kustomizations/sources-kustomization.yaml

15 lines
298 B
YAML
Raw Normal View History

apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
2022-07-05 10:02:44 +01:00
name: stackspout-sources
2022-06-29 23:11:29 +01:00
namespace: flux-system
spec:
interval: 10m
retryInterval: 1m
sourceRef:
kind: GitRepository
name: stackspout
2024-01-23 22:50:41 +01:00
path: ./infrastructure/sources
prune: true
validation: client