updated bootstrapping procedure with more sane defaults
This commit is contained in:
		| @@ -1,15 +1,12 @@ | ||||
| apiVersion: kustomize.config.k8s.io/v1beta1 | ||||
| kind: Kustomization | ||||
| resources:  | ||||
|   - namespace.yaml | ||||
|   - ipaddresspool.yaml | ||||
|  | ||||
| namespace: metallb-system | ||||
|  | ||||
| resources: | ||||
|   # - namespace.yaml | ||||
|   # namespace is already included in the remote kustomization | ||||
|   # - github.com/metallb/metallb/config/native?ref=v0.15.2 | ||||
|   - github.com/metallb/metallb/config/frr?ref=v0.15.2 | ||||
|   - ipaddresspool.yaml | ||||
|  | ||||
| helmCharts: | ||||
|   - name: metallb | ||||
|     repo: https://metallb.github.io/metallb | ||||
|     version: 0.15.2 | ||||
|     releaseName: metallb | ||||
|     valuesFile: values.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user