15 lines
292 B
YAML
15 lines
292 B
YAML
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: install-metallb--infra
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
timeout: 5m
|
|
path: ./infrastructure/metallb-install
|
|
prune: true
|
|
wait: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-system
|