stackspout/infrastructure/kustomizations/namespace-kustomization.yaml

14 lines
282 B
YAML
Raw Normal View History

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