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 e2143ec
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions recipes/openfaas.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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 apply -f https://raw.githubusercontent.com/openfaas/faas-netes/master/namespaces.yml
post_cleanup:
steps:
- kubectl delete ns openfaas-fn
- kubectl delete ns openfaas

0 comments on commit e2143ec

Please sign in to comment.