Some modifications for k8s integration and better building
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
# Must specify a JSON with a following structure:
|
||||
|
||||
ENDPOINT="http://localhost:8087"
|
||||
|
||||
if [[ $K8S_ENVIRONMENT ]]; then
|
||||
ENDPOINT="http://beta.opencloud.com/catalog"
|
||||
fi
|
||||
|
||||
if [[ $DOCKER_ENVIRONMENT ]]; then
|
||||
ENDPOINT="http://oc-catalog:8087"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user