Commit 9b2cc2b 1 parent e1e0aee commit 9b2cc2b Copy full SHA for 9b2cc2b
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 42
42
influxdb_location=` grep " influxdb_location\s*=\s*" $HELM_GENERATE_DIR /tpl/generate_params.toml | cut -d " =" -f2 | tr -dc ' [:alnum:]-\n\r' `
43
43
if [ " $INFLUXDB_LOCATION " = " on-cluster" ] || ( [ -z " $INFLUXDB_LOCATION " ] && [ " $influxdb_location " = " on-cluster" ] ); then
44
44
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/
46
46
else
47
47
rm -rf $HELM_GENERATE_DIR /manifests/deis-monitor-influxdb-*
48
48
fi
You can’t perform that action at this time.
0 commit comments