소스 검색

Merge pull request #9182 from spadgett/remove-missing-console-template-param

Don't set OAUTH_CLIENT_ID in console OAuth secret
Scott Dodson 6 년 전
부모
커밋
00d2917a16
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      roles/openshift_console/files/console-template.yaml

+ 0 - 1
roles/openshift_console/files/console-template.yaml

@@ -148,7 +148,6 @@ objects:
     labels:
     labels:
       app: openshift-console
       app: openshift-console
   stringData:
   stringData:
-    clientID: ${OAUTH_CLIENT_ID}
     clientSecret: ${OAUTH_SECRET}
     clientSecret: ${OAUTH_SECRET}
 
 
 # to be able to assign powers to the process
 # to be able to assign powers to the process