Disable auto-update for appowners role
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
27bf38e05b
commit
10c88b0933
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ kind: Role
|
|||
metadata:
|
||||
annotations:
|
||||
openshift.io/description: An application owner. Can view everything but ConfigMaps.
|
||||
rbac.authorization.kubernetes.io/autoupdate: "false"
|
||||
name: appowner
|
||||
namespace: "{{ app }}"
|
||||
rules:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue