Skip to content

Commit

Permalink
Instructions for Helm for OpenFaaS OEM
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Jul 9, 2024
1 parent 32eb2ba commit 4fa5996
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions chart/openfaas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,19 @@ helm repo update \

You can also review recommended Pro values in [values-pro.yaml](values-pro.yaml)

#### OpenFaaS OEM

OpenFaaS OEM is available subject to contract for local development and requires a secret to be created with your separate OpenFaaS OEM license key:

```bash
kubectl create secret generic \
-n openfaas \
openfaas-license \
--from-file license=$HOME/.openfaas/OEM
```

Then, pass the `--set oem=true` flag to `helm`, or set `oem: true` in your values.yaml file.

#### Installing OpenFaaS Pro without Cluster Admin access

There are two potential issues when installing OpenFaaS without Cluster Admin access:
Expand Down

0 comments on commit 4fa5996

Please sign in to comment.