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

Commit

Permalink
Ensure addon serviceaccount is created in same namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Angel Misevski <[email protected]>
  • Loading branch information
amisevsk authored and ibuziuk committed Feb 18, 2019
1 parent 2e4cb77 commit 4635f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/minishift-addons/rhche/rhche.addon
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ oc apply -f templates/rh-che.app.yaml -n openshift
echo [CHE] Deploying Che (rh-che)
oc apply -f templates/rh-che.config.yaml -n #{NAMESPACE}
oc new-app -p IMAGE_RH_CHE=#{RH_CHE_DOCKER_IMAGE} -p RH_CHE_VERSION=#{RH_CHE_VERSION} -p ROUTING_SUFFIX=#{routing-suffix} rhche -n #{NAMESPACE}
oc new-app -f templates/che-workspace-service-account.yaml -p SERVICE_ACCOUNT_NAME=che-workspace -p SERVICE_ACCOUNT_NAMESPACE=#{NAMESPACE}
oc new-app -f templates/che-workspace-service-account.yaml -p SERVICE_ACCOUNT_NAME=che-workspace -p SERVICE_ACCOUNT_NAMESPACE=#{NAMESPACE} -n #{NAMESPACE}

echo Please wait while the pods all startup!
echo You can watch in the OpenShift console via:
Expand Down

0 comments on commit 4635f87

Please sign in to comment.