-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
I recently migrated from kustomize to helm charts for metallb. While the kutomize manifests had namespace (
metallb/config/native/kustomization.yaml
Line 10 in e708fc9
| namespace: metallb-system |
For example:
metallb/charts/metallb/templates/rbac.yaml
Lines 109 to 111 in e708fc9
| metadata: | |
| name: {{ include "metallb.fullname" . }}-controller | |
| labels: {{- include "metallb.labels" . | nindent 4 }} |
acelinkio and l-rossetti