From 2a19fd19e3af60f2a3abaf89dca61fa726d9370c Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Thu, 5 Aug 2021 12:23:08 +0200 Subject: [PATCH] Add OpenFaas to kbrew registry --- recipes/openfaas.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes/openfaas.yaml diff --git a/recipes/openfaas.yaml b/recipes/openfaas.yaml new file mode 100644 index 0000000..932c12a --- /dev/null +++ b/recipes/openfaas.yaml @@ -0,0 +1,19 @@ +apiVersion: v1 +kind: kbrew +app: + args: + functionNamespace: openfaas-fn + generateBasicAuth: true + repository: + name: openfaas + url: https://openfaas.github.io/faas-netes/ + type: helm + namespace: "openfaas" + sha256: + version: 8.0.2 + pre_install: + - steps: + - kubectl create ns openfaas-fn + post_cleanup: + - steps: + - kubectl delete ns openfaas-fn \ No newline at end of file