openshift: allow appowner to start a rollout

This commit is contained in:
Francois Andrieu 2021-04-22 23:01:15 +02:00 committed by kevin
parent 2ccda962fe
commit 911bb8ac4f

View file

@ -146,3 +146,10 @@ rules:
- get
- list
- watch
- apiGroups:
- apps.openshift.io
attributeRestrictions: null
resources:
- deploymentconfigs/instantiate
verbs:
- create