Try to get metallb working
This commit is contained in:
parent
27ce643071
commit
619fd321fb
3 changed files with 5 additions and 1 deletions
cluster/apps/metallb
|
@ -3,4 +3,4 @@ kind: Kustomization
|
|||
resources:
|
||||
- ./namespace.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./metallb-static-ips.yaml
|
||||
- ./resources
|
4
cluster/apps/metallb/resources/kustomization.yaml
Normal file
4
cluster/apps/metallb/resources/kustomization.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./metallb-static-ips.yaml
|
Loading…
Add table
Reference in a new issue