From 50f03c31efab48a423acf766b9e8148811d16745 Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Thu, 5 Aug 2021 14:17:29 +0200 Subject: [PATCH] Add OpenFaas to kbrew registry --- recipes/openfaas.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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