Skip to content
Snippets Groups Projects
Verified Commit 19ee0390 authored by David Hoese's avatar David Hoese
Browse files

Fix test creation of mapserver/mapcache/client deployments

parent 7e6cbfa0
No related branches found
No related tags found
No related merge requests found
......@@ -34,17 +34,17 @@ install_charts() {
# MapServer
sed -i "s/cspp-geo-geo2grid/${GEO2GRID_RELEASE_NAME}/g" "ci_tests/values-mapserver.yaml"
sed -i "s/geosphere-tile-gen-shapefiles/${TILEGEN_RELEASE_NAME}/g" "ci_tests/values-mapserver.yaml"
./helpers/deploy_mapserver.sh "ci_test"
./helpers/deploy_mapserver.sh "ci_tests" "${RELEASE_PREFIX}"
# MapCache
sed -i "s/geosphere-rabbit-rabbitmq/${RABBITMQ_SERVICE_NAME}/g" "ci_tests/values-mapcache.yaml"
sed -i "s/geosphere-mapserver/${MAPSERVER_RELEASE_NAME}/g" "ci_tests/values-mapcache.yaml"
./helpers/deploy_mapcache.sh "ci_test"
./helpers/deploy_mapcache.sh "ci_tests" "${RELEASE_PREFIX}"
# Client
sed -i "s/geosphere-mapserver/${MAPSERVER_RELEASE_NAME}/g" "ci_tests/values-client.yaml"
sed -i "s/geosphere-mapcache/${MAPCACHE_RELEASE_NAME}/g" "ci_tests/values-client.yaml"
./helpers/deploy_client.sh "ci_test"
./helpers/deploy_client.sh "ci_tests" "${RELEASE_PREFIX}"
}
get_pod_name() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment