We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0827263 commit 5da9491Copy full SHA for 5da9491
.ops/ecamp3-logging/deploy.sh
@@ -5,4 +5,9 @@ set -e
5
SCRIPT_DIR=$(realpath "$(dirname "$0")")
6
cd $SCRIPT_DIR
7
# to debug: --dry-run --debug
8
-helm dep build && helm upgrade --install ecamp3-logging --namespace=ecamp3-logging --create-namespace $SCRIPT_DIR
+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