diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-09-22 11:51:23 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-09-22 14:06:59 -0400 |
commit | 95b7ffbb4a65ca62af37192aaf8006f50a207440 (patch) | |
tree | 35347d3b745a2a06688a112171cba0caf2dd8f75 /inventory/byo/hosts.ose.example | |
parent | 5b1bb00a2f02e51ab493e86eb4d8b6e264e3268d (diff) | |
download | openshift-95b7ffbb4a65ca62af37192aaf8006f50a207440.tar.gz openshift-95b7ffbb4a65ca62af37192aaf8006f50a207440.tar.bz2 openshift-95b7ffbb4a65ca62af37192aaf8006f50a207440.tar.xz openshift-95b7ffbb4a65ca62af37192aaf8006f50a207440.zip |
Allow examples management to be disabled
Diffstat (limited to 'inventory/byo/hosts.ose.example')
-rw-r--r-- | inventory/byo/hosts.ose.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 9dd76a355..bea479165 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -60,7 +60,7 @@ openshift_release=v3.7 # In either case, system_images_registry must be specified to be able to find the system images #system_images_registry="registry.access.redhat.com" -# Install the openshift examples +# Manage openshift example imagestreams and templates during install and upgrade #openshift_install_examples=true # Configure logoutURL in the master config for console customization |