Make appowners in staging more powerful
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
7522df64e7
commit
c591f490b8
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ rules:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
{% if env == "staging" %}
|
||||||
|
- create
|
||||||
|
- delete
|
||||||
|
- update
|
||||||
|
{% endif %}
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
attributeRestrictions: null
|
attributeRestrictions: null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue