17 lines
393 B
YAML
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
|