This is a 'create' on 'pods/attach', not 'attach' on 'pods'
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e35676adbd
commit
b3ae5a8957
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue