Helm Lab Conditionals w/ Blocks = Task 4

Hi @kodekloud,

First of all, thank you for this amazing course on Helm. I am really enjoying it!

I’m not facing any issues at the moment, I just noticed that there is a typo in the solution provided for task 4:

name: {{ .Values.name }}

…shouldn’t it be?

name: {{ .Values.service.name }}

Cheers:-)

@juliettet , Nice to hear that you are really enjoying the course.

Yea, you are right. There is a typo and thanks for pointing it out. We will fix this.

1 Like