diff options
author | Scott Dodson <sdodson@redhat.com> | 2018-01-11 08:40:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-11 08:40:51 -0500 |
commit | c06d47df4192f8838243fb5ccf70c245ca5ef700 (patch) | |
tree | 0417ca57d8bd9566d4a0e0b49cc5dbc2fe10d1a3 /roles/openshift_web_console | |
parent | f472139a1001508aa1b245e816395313acccaf1d (diff) | |
parent | 104e9790324c54cd32592182d4869f2404695e44 (diff) | |
download | openshift-c06d47df4192f8838243fb5ccf70c245ca5ef700.tar.gz openshift-c06d47df4192f8838243fb5ccf70c245ca5ef700.tar.bz2 openshift-c06d47df4192f8838243fb5ccf70c245ca5ef700.tar.xz openshift-c06d47df4192f8838243fb5ccf70c245ca5ef700.zip |
Merge pull request #6675 from spadgett/default-node-selector
Bug 1532787 - Add empty node selector to openshift-web-console namespace
Diffstat (limited to 'roles/openshift_web_console')
-rw-r--r-- | roles/openshift_web_console/tasks/install.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_web_console/tasks/install.yml b/roles/openshift_web_console/tasks/install.yml index 8ee95e36b..12916961b 100644 --- a/roles/openshift_web_console/tasks/install.yml +++ b/roles/openshift_web_console/tasks/install.yml @@ -18,6 +18,8 @@ oc_project: name: openshift-web-console state: present + node_selector: + - "" - name: Make temp directory for asset config files command: mktemp -d /tmp/console-ansible-XXXXXX |