Question regarding lab `Lab: using Helm to deploy a chart`

Regarding first question " dd bitnami helm chart repository to the cluster "

The solution is below :

controlplane ~ :heavy_multiplication_x: helm repo add bitnami https://charts.bitnami.com/bitnami
“bitnami” has been added to your repositories

Why we have selected the repository URL " https://charts.bitnami.com/bitnami:?

How do you search for a URL path if it is not specified in the question?

Thanks,
Sakshi

We probably should mention it, although it’s in the solution tab, as you note. Normally, if you were installing a chart, you’d go to a website for instructions, and it would tell you what repo it was in. So certainly this information would be available to you in an exam question.

The command downloads the index file (quite large for Bitnami – it’s about 20MB) so that when you do helm install from a chart from that, helm can look up data needed to do the install from that index file.

Thanks Rob for the reply. Lab question should be updated for the URL path as this is confusing .

It really is OK to check the solutions tab. Or to do a web search to check. Look at the labs as another opportunity to learn; not everything you see in a lab will be in the preceding video.