stackspout/infrastructure/kustomizations/namespace-kustomization.yaml
xeruf 96506e7ee8 Fix kustomization versions
Because k8s and fluxcd have differing versions
2024-02-07 13:02:20 +01:00

13 lines
282 B
YAML

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