diff options
author | Samuel Padgett <spadgett@redhat.com> | 2018-01-23 11:23:06 -0500 |
---|---|---|
committer | Samuel Padgett <spadgett@redhat.com> | 2018-01-23 11:23:06 -0500 |
commit | d8c28ccc1d66b6678f6eb370a14593a956c21997 (patch) | |
tree | 85d26ac4203b228b559c6cccece3704ab5706af8 /files | |
parent | 1dc60bb8a49afaf2e6efcf9a3740f1f112671872 (diff) | |
download | openshift-d8c28ccc1d66b6678f6eb370a14593a956c21997.tar.gz openshift-d8c28ccc1d66b6678f6eb370a14593a956c21997.tar.bz2 openshift-d8c28ccc1d66b6678f6eb370a14593a956c21997.tar.xz openshift-d8c28ccc1d66b6678f6eb370a14593a956c21997.zip |
Add clusterResourceOverridesEnabled to console config
Diffstat (limited to 'files')
-rw-r--r-- | files/origin-components/console-config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/origin-components/console-config.yaml b/files/origin-components/console-config.yaml index 32a28775f..55c650fbe 100644 --- a/files/origin-components/console-config.yaml +++ b/files/origin-components/console-config.yaml @@ -12,6 +12,7 @@ extensions: properties: null features: inactivityTimeoutMinutes: 0 + clusterResourceOverridesEnabled: false servingInfo: bindAddress: 0.0.0.0:8443 bindNetwork: tcp4 |