Skip to content

Commit 9b2cc2b

Browse files
committed
fix(influx):copy the api and ui services for influx properly
1 parent e1e0aee commit 9b2cc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-dev/tpl/storage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fi
4242
influxdb_location=`grep "influxdb_location\s*=\s*" $HELM_GENERATE_DIR/tpl/generate_params.toml | cut -d "=" -f2 | tr -dc '[:alnum:]-\n\r'`
4343
if [ "$INFLUXDB_LOCATION" = "on-cluster" ] || ( [ -z "$INFLUXDB_LOCATION" ] && [ "$influxdb_location" = "on-cluster" ] ); then
4444
helmc tpl -d $HELM_GENERATE_DIR/tpl/generate_params.toml -o $HELM_GENERATE_DIR/manifests/deis-monitor-influxdb-deployment.yaml $HELM_GENERATE_DIR/tpl/deis-monitor-influxdb-deployment.yaml
45-
cp $HELM_GENERATE_DIR/tpl/deis-monitor-influxdb-svc* $HELM_GENERATE_DIR/manifests/
45+
cp $HELM_GENERATE_DIR/tpl/deis-monitor-influxdb-*-svc.yaml $HELM_GENERATE_DIR/manifests/
4646
else
4747
rm -rf $HELM_GENERATE_DIR/manifests/deis-monitor-influxdb-*
4848
fi

0 commit comments

Comments
 (0)