diff --git a/recipes/openfaas.yaml b/recipes/openfaas.yaml index 5856cfe..51e5c99 100644 --- a/recipes/openfaas.yaml +++ b/recipes/openfaas.yaml @@ -13,7 +13,7 @@ app: version: 8.0.2 pre_install: - steps: - - kubectl create ns openfaas-fn + - kubectl apply -f https://raw.githubusercontent.com/openfaas/faas-netes/master/namespaces.yml post_cleanup: steps: - kubectl delete ns openfaas-fn \ No newline at end of file