wso2 / kubernetes-is

Kubernetes and Helm resources for WSO2 Identity Server
Apache License 2.0
65 stars 115 forks source link

Parse error at (is-pattern-1/templates/_helpers.tpl:81): unexpected {{end}} #285

Open akankshasingh19 opened 3 years ago

akankshasingh19 commented 3 years ago

While deploying wso2is module with 5.11.0-2 version I am getting error : Parse error at (is-pattern-1/templates/_helpers.tpl:81): unexpected {{end}} But with 5.10.0-2 its working fine.

VladyslavLevchuk commented 3 years ago

The same for me too, @akankshasingh19 have you resolved it?

saravanange commented 3 years ago

any fix for this

akanksha-singh-discovery commented 3 years ago

any fix for this

I have used "5.10.0-2" version and it work for me. But with 5.11.0-2 version I am still facing error :(

akanksha-singh-discovery commented 3 years ago

The same for me too, @akankshasingh19 have you resolved it?

I have used "5.10.0-2" version and it work for me. But with 5.11.0-2 version I am still facing error :(

dmxunlimit commented 3 years ago

There is a additional "{{- end -}}" on this line [1] which causes the issue. After removing this will work.

https://github.com/wso2/kubernetes-is/blob/4b3962926ec651388c77dede98b5ce3f182bd8e5/advanced/is-pattern-1/templates/_helpers.tpl#L81