Refactor: rename namespaces and add storage
This commit is contained in:
15
metallb-system/kustomization.yaml
Normal file
15
metallb-system/kustomization.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: metallb-system
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- helmrelease.yaml
|
||||
- l2advertisement.yaml
|
||||
- ipaddresspool.yaml
|
||||
configMapGenerator:
|
||||
- name: metallb-values
|
||||
files:
|
||||
- values.yaml
|
||||
Reference in New Issue
Block a user