Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
rh-che #395: Template cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
  • Loading branch information
ibuziuk committed Nov 8, 2017
1 parent 67ca109 commit b4bbc02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
22 changes: 1 addition & 21 deletions openshift/rh-che.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ metadata:
app: che
name: che
objects:
- apiVersion: v1
kind: Secret
metadata:
labels:
app: che
name: che-recommender-api-token
data:
token: ${RECOMMENDER_API_TOKEN}
- apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down Expand Up @@ -81,7 +73,7 @@ objects:
- name: CHE_DOCKER_IP_EXTERNAL
valueFrom:
configMapKeyRef:
key: hostname-http
key: che-host
name: che
- name: CHE_WORKSPACE_STORAGE
valueFrom:
Expand Down Expand Up @@ -327,15 +319,3 @@ parameters:
value: rhche/che-server-multiuser
- name: IMAGE_TAG
value: latest
- name: PROJECT_USER
value: developer
- name: PROJECT_NAMESPACE
- name: RECOMMENDER_EXTERNAL_NAME
value: recommender.api.prod-preview.openshift.io
- name: RECOMMENDER_API_TOKEN
- name: DOMAIN
value: d800.free-int.openshiftapps.com
- name: KEYCLOAK_OSO_ENDPOINT
value: https://sso.prod-preview.openshift.io/auth/realms/fabric8/broker/openshift-v3/token
- name: KEYCLOAK_GITHUB_ENDPOINT
value: https://auth.prod-preview.openshift.io/api/token?for=https://github.com
3 changes: 1 addition & 2 deletions openshift/rh-che.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: che
type: Opaque
data:
hostname-http: "glusterpoc37aws.devshift.net"
che-host: "glusterpoc37aws.devshift.net"
workspace-storage: "/home/user/che/workspaces"
workspace-storage-create-folders: "false"
local-conf-dir: "/etc/conf"
Expand Down Expand Up @@ -41,4 +41,3 @@ data:
che-keycloak-auth-server-url: "https://sso.openshift.io/auth"
che-keycloak-realm: "fabric8"
che-keycloak-client-id: "openshiftio-public"
che-host: "glusterpoc37aws.devshift.net"

0 comments on commit b4bbc02

Please sign in to comment.