Skip to content

Commit

Permalink
Add OpenFaas to kbrew registry (#38)
Browse files Browse the repository at this point in the history
* Add OpenFaas to kbrew registry

* Apply suggestions from code review

Co-authored-by: Prasad Ghangal <[email protected]>
  • Loading branch information
Engin Diri and PrasadG193 authored Aug 24, 2021
1 parent 19d9cd3 commit 05372b9
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 05372b9

Please sign in to comment.