Account should service account and not users
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
14d4e036e0
commit
be2b4af30c
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ osbs_orchestrator_cpu_limitrange: "95m"
|
||||||
osbs_orchestrator_default_nodeselector: "orchestrator=true"
|
osbs_orchestrator_default_nodeselector: "orchestrator=true"
|
||||||
|
|
||||||
osbs_conf_readwrite_users:
|
osbs_conf_readwrite_users:
|
||||||
- default
|
- "system:serviceaccount:{{ osbs_namespace }}:default"
|
||||||
- builder
|
- "system:serviceaccount:{{ osbs_namespace }}:builder"
|
||||||
|
|
||||||
nagios_Check_Services:
|
nagios_Check_Services:
|
||||||
nrpe: true
|
nrpe: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue