Commit 08c4ee55 authored by Mark Harding's avatar Mark Harding

(fix): staging need to manually set elasticsearch cluster name

parent 194a8577
No related merge requests found
Pipeline #68510736 canceled with stages
in 53 seconds
......@@ -61,8 +61,9 @@ staging:start:
--install \
--reuse-values \
--set phpfpm.image.repository=$CI_REGISTRY_IMAGE/fpm \
--set phpfpm.image.tag=$CI_BUILD_REF \
--set phpfpm.image.tag=$CI_BUILD_REF \
--set domain=$STAGING_SUBDOMAIN.$STAGING_DOMAIN \
--set elasticsearch.clusterName=$STAGING_SUBDOMAIN \
--wait \
$STAGING_SUBDOMAIN \
./helm-charts/minds"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment