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

Commit

Permalink
Add a property that will be required by PR #174
Browse files Browse the repository at this point in the history
It's necessary to add it on `master` and on `openshift-connector-branch` to avoid a broken build when the related `fabric8-online` changes are be merged.
  • Loading branch information
davidfestal committed Jul 7, 2017
1 parent e9f4573 commit 9e6897f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-scripts/minishift_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ oc create configmap che \
--from-literal=che-openshift-precreate-subpaths="true" \
--from-literal=keycloak-oso-endpoint="https://sso.openshift.io/auth/realms/fabric8/broker/openshift-v3/token" \
--from-literal=keycloak-github-endpoint="https://sso.openshift.io/auth/realms/fabric8/broker/github/token" \
--from-literal=keycloak-disabled="true" \
--from-literal=che-workspace-auto-snapshot="false"

# Deploy PVs (gofabric8 way)
Expand Down

0 comments on commit 9e6897f

Please sign in to comment.