Files
infrastructure/kustomize/metallb/kustomization.yaml
2025-10-02 09:53:09 +02:00

17 lines
393 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: metallb
repo: https://metallb.github.io/metallb
version: 0.14.5 # Use a specific version for reproducibility
releaseName: metallb
namespace: metallb-system
# You can add Helm values here if needed, e.g.:
# valuesInline:
# controller:
# logLevel: debug
resources:
- metallb-config.yaml