Skip to content

Commit

Permalink
Update the name, set namespace, point to file, not contents. (kuberne…
Browse files Browse the repository at this point in the history
…tes#711)

Signed-off-by: Kristof Mattei <kristof_mckinsey@mckinsey.com>

Co-authored-by: Thomas Rampelberg <thomas@saunter.org>
  • Loading branch information
kristof-mattei and grampelberg authored Jun 9, 2020
1 parent 5c37c08 commit 8bd1b6f
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,13 @@ For Helm installation, rather than running `linkerd install`, set the
`linkerd-identity-issuer` Secret:

```bash
helm install linkerd2 \
--set-file global.identityTrustAnchorsPEM=<value of ca.crt> \
helm install \
linkerd2
--set-file global.identityTrustAnchorsPEM=ca.crt \
--set identity.issuer.scheme=kubernetes.io/tls \
--set installNamespace=false \
linkerd/linkerd2
linkerd/linkerd2 \
-n linkerd
```

{{< note >}}
Expand Down

0 comments on commit 8bd1b6f

Please sign in to comment.