diff options
author | Corey Daley <cdaley@redhat.com> | 2018-01-02 09:49:39 -0500 |
---|---|---|
committer | Corey Daley <cdaley@redhat.com> | 2018-01-09 19:39:42 -0500 |
commit | f3e3f5dabe616aa07273fa91b6767bf756f41592 (patch) | |
tree | 5285c113b037b39a21b652608987ddb81c6902f3 /inventory | |
parent | 77730cb7f2e04175c72759f627186a5efffcc3c1 (diff) | |
download | openshift-f3e3f5dabe616aa07273fa91b6767bf756f41592.tar.gz openshift-f3e3f5dabe616aa07273fa91b6767bf756f41592.tar.bz2 openshift-f3e3f5dabe616aa07273fa91b6767bf756f41592.tar.xz openshift-f3e3f5dabe616aa07273fa91b6767bf756f41592.zip |
Ability to specify override tolerations via the buildconfig overrider
Trello: https://trello.com/c/LNxlMjjU/1435-5-ability-to-specify-default-tolerations-via-the-buildconfig-defaulter-builds
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/hosts.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inventory/hosts.example b/inventory/hosts.example index 05293269d..508e7cc9d 100644 --- a/inventory/hosts.example +++ b/inventory/hosts.example @@ -899,6 +899,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', #openshift_buildoverrides_image_labels=[{'name':'imagelabelname1','value':'imagelabelvalue1'}] #openshift_buildoverrides_nodeselectors={'nodelabel1':'nodelabelvalue1'} #openshift_buildoverrides_annotations={'annotationkey1':'annotationvalue1'} +#openshift_buildoverrides_tolerations=[{'key':'mykey1','value':'myvalue1','effect':'NoSchedule','operator':'Equal'}] # Or you may optionally define your own build overrides configuration serialized as json #openshift_buildoverrides_json='{"BuildOverrides":{"configuration":{"apiVersion":"v1","kind":"BuildDefaultsConfig","forcePull":"true"}}}' |