[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
RBAC rules must use plural resource names
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cope <negz@rk0n.org>
  • Loading branch information
negz committed Oct 9, 2020
1 parent 2be3900 commit 8bc59b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/oam-kubernetes-runtime/templates/oam-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ rules:
- apiGroups:
- apps
resources:
- deployment
- deployments
verbs:
- "*"
- apiGroups:
- ""
resources:
- service
- services
verbs:
- "*"

Expand Down Expand Up @@ -180,4 +180,4 @@ spec:
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}

0 comments on commit 8bc59b5

Please sign in to comment.