Add MetalLB Kustomization
This commit is contained in:
17
clusters/my-cluster/metallb-system-kustomization.yaml
Normal file
17
clusters/my-cluster/metallb-system-kustomization.yaml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: metallb-system
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 30m0s
|
||||||
|
path: ./config/manifests/metallb-native.yaml
|
||||||
|
prune: true
|
||||||
|
retryInterval: 2m0s
|
||||||
|
sourceRef:
|
||||||
|
kind: GitRepository
|
||||||
|
name: metallb-system
|
||||||
|
targetNamespace: metallb-system
|
||||||
|
timeout: 3m0s
|
||||||
|
wait: true
|
Reference in New Issue
Block a user