Skip to content

Commit

Permalink
Helm: remove unused config-watcher role
Browse files Browse the repository at this point in the history
We don't have the configmap anymore, we remove the role from the charts.

Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
  • Loading branch information
fedepaol committed Mar 30, 2022
1 parent b99a62f commit 7c4d49d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions charts/metallb/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,6 @@ rules:
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: {{ template "metallb.fullname" . }}-config-watcher
labels:
{{- include "metallb.labels" . | nindent 4 }}
rules:
- apiGroups: [""]
resources: ["configmaps"]
verbs: ["get", "list", "watch"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: {{ include "metallb.fullname" . }}-pod-lister
labels: {{- include "metallb.labels" . | nindent 4 }}
Expand Down

0 comments on commit 7c4d49d

Please sign in to comment.