Issue with HELM Labs

Issue with HELM Labs
was trying to install wordpress in HELM course lab
but its not getting loadbalancer IP
hence not able to test remaining steps

Hi @gvbakshi

Please paste a link to the lab

This lab does not ask to install wordpress

But should you want to try it anyway, these labs don’t have access to loadbalancers. You need to examine the values.yaml for the wordpress chart to find options to set the service type to ClusterIP or NodePort, plus disable any ingress because the lab also does not have an ingress controller installed.

These options will be present in a well-written chart