Skip to content

Commit

Permalink
Update helm-chart to have minimum rbac required
Browse files Browse the repository at this point in the history
When the "controller.reportIngressStatus.enableLeaderElection" is false, the RBAC must not allow the IC to create/update the ConfigMaps.
  • Loading branch information
Dean-Coakley committed Apr 18, 2019
1 parent 4d18978 commit 6c15e65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/helm-chart/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ rules:
- get
- list
- watch
{{- if .Values.controller.reportIngressStatus.enableLeaderElection }}
- update
- create
{{- end }}
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 6c15e65

Please sign in to comment.