Commit 4fa5996 1 parent 32eb2ba commit 4fa5996 Copy full SHA for 4fa5996
File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,19 @@ helm repo update \
146
146
147
147
You can also review recommended Pro values in [ values-pro.yaml] ( values-pro.yaml )
148
148
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
+
149
162
#### Installing OpenFaaS Pro without Cluster Admin access
150
163
151
164
There are two potential issues when installing OpenFaaS without Cluster Admin access:
You can’t perform that action at this time.
0 commit comments