15 lines
309 B
YAML
15 lines
309 B
YAML
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: stackspout-namespace
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
retryInterval: 1m
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: stackspout
|
|
path: ./basic/infrastructure/namespaces
|
|
prune: true
|
|
validation: client
|