sync namespace names with directory names
This commit is contained in:
17
metallb-system/kustomization.yaml
Normal file
17
metallb-system/kustomization.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: metallb-system
|
||||
|
||||
# spec: https://kubectl.docs.kubernetes.io/references/kustomize/builtins/#_helmchartinflationgenerator_
|
||||
helmCharts:
|
||||
- includeCRDs: true
|
||||
name: &name metallb
|
||||
releaseName: *name
|
||||
repo: https://metallb.github.io/metallb
|
||||
valuesFile: values.yaml
|
||||
version: 0.15.2
|
||||
|
||||
resources:
|
||||
- ssh://git@git.k-space.ee/secretspace/kube/metallb # secrets (.env): mikrotik-router
|
||||
- ./application-extras.yaml
|
Reference in New Issue
Block a user