Skip to content
Snippets Groups Projects
Forked from stackspin / stackspin
4454 commits behind the upstream repository.
metallb.yaml 277 B
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
  name: metallb
  namespace: flux-system
spec:
  interval: 1h
  timeout: 20m
  sourceRef:
    kind: GitRepository
    name: stackspin
  path: ./flux2/core/base/metallb
  prune: true
  wait: true