stuff
This commit is contained in:
9
nodered/install.sh
Executable file
9
nodered/install.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$NAMESPACE" = "" ]; then
|
||||
NAMESPACE=$(cat ../namespace)
|
||||
fi
|
||||
|
||||
helm repo add geek-cookbook https://geek-cookbook.github.io/charts/
|
||||
helm repo update
|
||||
helm upgrade --install -n $NAMESPACE -f values.yml nodered geek-cookbook/node-red --version 10.3.2
|
Reference in New Issue
Block a user