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:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
openshift.io/description: An application owner. Can view everything but ConfigMaps.
|
openshift.io/description: An application owner. Can view everything but ConfigMaps.
|
||||||
|
rbac.authorization.kubernetes.io/autoupdate: "false"
|
||||||
name: appowner
|
name: appowner
|
||||||
namespace: "{{ app }}"
|
namespace: "{{ app }}"
|
||||||
rules:
|
rules:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue