Skip to content

Commit

Permalink
Fixed reference to tiller and nginx-ingress chart
Browse files Browse the repository at this point in the history
Fixes #244
Tiller is not used in Helm v3. Updated helm commands and wording.
Openfaas install in these docs  assumes nginx-ingress has been
installed.  Updated order of instructions.

Signed-off-by: Charlie Solomon <[email protected]>
  • Loading branch information
charliesolomon authored and alexellis committed Oct 28, 2020
1 parent 91beedb commit 3e4ec60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/ssl/kubernetes-with-cert-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You can obtain TLS certificates for the OpenFaaS API Gateway and for your functi
We will use the following components:

- [Nginx IngressController][nginx-ingress]
- OpenFaaS installed via [helm][openfaas-helm] or (`helm template` if you can't use `tiller`)
- OpenFaaS installed via [helm][openfaas-helm]
- [cert-manager][cert-manager]

We will split this tutorial into two parts:
Expand Down

0 comments on commit 3e4ec60

Please sign in to comment.