SoftwareAG / webmethods-helm-charts

This repository contains a collection of Helm charts for various webMethods components.
https://open-source.softwareag.com/webmethods-helm-charts/
Apache License 2.0
8 stars 14 forks source link

Correct error when providing license file from command line #22

Closed paxconG14 closed 5 months ago

paxconG14 commented 7 months ago

When installing the chart like:

helm upgrade msr-staging ./helm --values=values.staging.yaml -n msr-staging --set-file license=license.xml --install

the following error is shown:

error converting YAML to JSON: yaml: line 37: could not find expected ':'

This seems to be related to the indentation of the value for "licensekey".

MarcFriedhoff commented 6 months ago

HI @paxconG14, sorry just checked the current state - I am not able to reproduce the issue. Does your license.xml contain any indentations or special chars?