Openshift web控制台-更新CSS/logo不';行不通

Openshift web控制台-更新CSS/logo不';行不通,openshift,openshift-web-console,Openshift,Openshift Web Console,我正在通读,它告诉我要做以下事情,我已经做了: oc edit configmap/webconsole-config -n openshift-web-console // I put in the below (obviously with a correct URL): stylesheetURLs: - https://url-for-a-css-file // And also tried it with the below: stylesheetURLs:

我正在通读,它告诉我要做以下事情,我已经做了:

oc edit configmap/webconsole-config -n openshift-web-console

// I put in the below (obviously with a correct URL):
  stylesheetURLs:
    - https://url-for-a-css-file

// And also tried it with the below:
      stylesheetURLs:[https://url-for-a-css-file]
上面的CSS文件如下所示:

#header-logo {
background-image: url("https://url-for-a-png-file") !important;
width: 190px;
height: 20px;
}
然而,这两种方法都不起作用。标题标志永远不会改变


我知道文档中说“脚本和样式表必须使用正确的内容类型提供,否则它们将不会由浏览器运行。脚本必须使用内容类型:application/javascript和内容类型:text/css的样式表提供。”但如果我只是从HTTPS服务器链接文件,我不确定如何“提供”这样的文件(在本例中为gitlab URL)。

对于外部文件的URL,您不能将其放在github/gitlab上。必须放在其他地方