Skip to content

Commit

Permalink
Update-2021-04-15_14:24:19
Browse files Browse the repository at this point in the history
  • Loading branch information
pogossian committed Apr 15, 2021
1 parent 7cbb34e commit 1e7d6ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/netris-operator/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@ rules:
- apiGroups:
- ''
resources:
- node
- nodes
verbs:
- get
- list
- watch
- apiGroups:
- ''
resources:
- pod
- pods
verbs:
- get
- list
- watch
- apiGroups:
- ''
resources:
- service
- services
verbs:
- get
- list
- watch
- apiGroups:
- ''
resources:
- service/status
- services/status
verbs:
- get
- patch
Expand Down

0 comments on commit 1e7d6ae

Please sign in to comment.