From 4fa5996c92c0aa060aec9ef49f1b05a3cada9ea2 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Tue, 9 Jul 2024 10:11:15 +0100 Subject: [PATCH] Instructions for Helm for OpenFaaS OEM Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- chart/openfaas/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/chart/openfaas/README.md b/chart/openfaas/README.md index 44b813841..b1d65d153 100644 --- a/chart/openfaas/README.md +++ b/chart/openfaas/README.md @@ -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: