Skip to content

Commit 4fa5996

Browse files
committed
Instructions for Helm for OpenFaaS OEM
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 32eb2ba commit 4fa5996

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

chart/openfaas/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,19 @@ helm repo update \
146146

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

149+
#### OpenFaaS OEM
150+
151+
OpenFaaS OEM is available subject to contract for local development and requires a secret to be created with your separate OpenFaaS OEM license key:
152+
153+
```bash
154+
kubectl create secret generic \
155+
-n openfaas \
156+
openfaas-license \
157+
--from-file license=$HOME/.openfaas/OEM
158+
```
159+
160+
Then, pass the `--set oem=true` flag to `helm`, or set `oem: true` in your values.yaml file.
161+
149162
#### Installing OpenFaaS Pro without Cluster Admin access
150163

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

0 commit comments

Comments
 (0)