Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
salaboy authored Feb 23, 2024
1 parent 0ef8c87 commit 24ece56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chapter-5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ Then install the Crossplane Helm provider:
kubectl crossplane install provider index.docker.io/crossplane/provider-helm:v0.10.0
```

Then we need to patch the image name to make sure that we are using the appropriate controller:

```
kubectl set image -n crossplane-system deployment/crossplane-provider-helm-3d2f09bcd965 package-runtime=index.docker.io/crossplane/provider-helm-controller:v0.10.0
```

We need the correct `ServiceAccount` to create a new `ClusterRoleBinding` so the Helm Provider can install Charts on our behalf.

```shell
Expand Down

0 comments on commit 24ece56

Please sign in to comment.