diff options
author | Samuel Padgett <spadgett@redhat.com> | 2018-01-11 09:39:54 -0500 |
---|---|---|
committer | Samuel Padgett <spadgett@redhat.com> | 2018-01-11 09:39:54 -0500 |
commit | f64e26c3e753efb741f622c2a0130b979656d2f7 (patch) | |
tree | 02014d106dd68ddbfa692b1852c542136ce7017c | |
parent | 807a89f8cd43733a0bcce96cca14f03c9f6a8756 (diff) | |
download | openshift-f64e26c3e753efb741f622c2a0130b979656d2f7.tar.gz openshift-f64e26c3e753efb741f622c2a0130b979656d2f7.tar.bz2 openshift-f64e26c3e753efb741f622c2a0130b979656d2f7.tar.xz openshift-f64e26c3e753efb741f622c2a0130b979656d2f7.zip |
Use webconsole.config.openshift.io/v1 API group
-rw-r--r-- | files/origin-components/console-config.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/origin-components/console-config.yaml b/files/origin-components/console-config.yaml index 8f3f87c0b..e104e8028 100644 --- a/files/origin-components/console-config.yaml +++ b/files/origin-components/console-config.yaml @@ -1,5 +1,5 @@ -kind: AssetConfig -apiVersion: v1 +kind: WebConsoleConfiguration +apiVersion: webconsole.config.openshift.io/v1 extensionDevelopment: false extensionProperties: null extensionScripts: null @@ -18,4 +18,4 @@ servingInfo: keyFile: /var/serving-cert/tls.key maxRequestsInFlight: 0 namedCertificates: null - requestTimeoutSeconds: 0
\ No newline at end of file + requestTimeoutSeconds: 0 |