This is a 'create' on 'pods/attach', not 'attach' on 'pods'

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-12-15 17:15:16 +00:00
parent e35676adbd
commit b3ae5a8957

View file

@ -14,6 +14,7 @@ rules:
- endpoints
- persistentvolumeclaims
- pods
- pods/attach
- pods/exec
- replicationcontrollers
- serviceaccounts
@ -23,7 +24,6 @@ rules:
- list
- watch
{% if env == "staging" %}
- attach
- create
- delete
- update