Skip to content

Commit

Permalink
Add OpenFaas to kbrew registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Engin Diri committed Aug 5, 2021
1 parent 19d9cd3 commit 2a19fd1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions recipes/openfaas.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2a19fd1

Please sign in to comment.