Skip to content

Commit

Permalink
Update CRDs installation outside of Helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed May 10, 2024
1 parent 3b25335 commit 3e36466
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions chart/openfaas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,8 @@ If you only have administrative access, you can split the installation. Your adm
Ask your admin team to run the following to install the namespaces and CRDs:

```bash
git clone https://github.com/openfaas/faas-netes/ --depth=1

kubectl apply -f ./faas-netes/namespaces.yml
kubectl apply -f ./faas-netes/artifacts/crds/
kubectl apply -f https://raw.githubusercontent.com/openfaas/faas-netes/master/namespaces.yml
kubectl apply -f https://raw.githubusercontent.com/openfaas/faas-netes/master/artifacts/crds/crds.yaml
```

Now, your application team can install OpenFaaS with a Role instead of a ClusterRole, along with the `skipCRDs` flag.
Expand Down

0 comments on commit 3e36466

Please sign in to comment.