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