|
|
|
|
|
by mk89
191 days ago
|
|
Same thing happened to me today in vs code. A simple helm template: ```{{ .default .Values.whatever 10 }}``` instead of the correct ```{{ default 10 .Values.whatever }}```. Pure garbage which should be solved by now. I don't understand how it can make such a mistake. |
|