IBM-Blockchain-Archive / ibm-container-service

IBM Blockchain Platform for Developers on IBM Container Service
Apache License 2.0
89 stars 73 forks source link

delete_composer-rest-server script tries to find yaml in wrong location #81

Closed joel-huang closed 6 years ago

joel-huang commented 6 years ago

Line 35 of delete_composer-rest-server.sh reads: kubectl delete -f ../kube-configs/composer-rest-server.yaml this points to scripts instead of cs-offerings where kube-configs is located

EmanHerawy commented 6 years ago

I fixed this bug by replacing ../kube-configs/ with ${KUBECONFIG_FOLDER}

lesleyannjordan commented 6 years ago

Looks like lines 34 and 35 require updating to use ${KUBECONFIG_FOLDER} rather than the direct directory referencing.

mrshah-at-ibm commented 6 years ago

Fixed by https://github.com/IBM-Blockchain/ibm-container-service/pull/87