-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Engin Diri
committed
Aug 5, 2021
1 parent
19d9cd3
commit e2143ec
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |