Skip to content

Commit 5da9491

Browse files
committed
ecamp3-logging: split deploy command onto multiple lines
That it is more readable
1 parent 0827263 commit 5da9491

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.ops/ecamp3-logging/deploy.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@ set -e
55
SCRIPT_DIR=$(realpath "$(dirname "$0")")
66
cd $SCRIPT_DIR
77
# to debug: --dry-run --debug
8-
helm dep build && helm upgrade --install ecamp3-logging --namespace=ecamp3-logging --create-namespace $SCRIPT_DIR
8+
helm dep build
9+
helm upgrade --install ecamp3-logging \
10+
--namespace=ecamp3-logging \
11+
--create-namespace \
12+
$SCRIPT_DIR \
13+
--values $SCRIPT_DIR/values.yaml

0 commit comments

Comments
 (0)