From 24ece5684deb06cdeee8e67c02fd9979bb62afb4 Mon Sep 17 00:00:00 2001 From: salaboy Date: Fri, 23 Feb 2024 09:51:32 -0300 Subject: [PATCH] Update README.md --- chapter-5/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chapter-5/README.md b/chapter-5/README.md index c91273a..8d23634 100644 --- a/chapter-5/README.md +++ b/chapter-5/README.md @@ -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