Skip to content

Commit 95529df

Browse files
committed
Update install script to use helm3
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 80a63fd commit 95529df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ kubectl -n openfaas create secret generic basic-auth \
1212
--from-literal=basic-auth-user=admin \
1313
--from-literal=basic-auth-password="$PASSWORD"
1414

15+
echo "Installing chart 🍻"
1516
helm upgrade \
1617
--install \
1718
openfaas \
18-
./chart/openfaas \
19+
openfaas/openfaas \
1920
--namespace openfaas \
2021
--set basic_auth=true \
2122
--set functionNamespace=openfaas-fn \

0 commit comments

Comments
 (0)