You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting Above Error While Parsing the values file which 1000+ Lines Long Any Idea how can i resolve this error ?
I got the solution
Please add const valuesJSON = YAML.parse(fs.readFileSync(valuesFilePath, 'utf8'), {maxAliasCount: -1}); inside parse.js
The text was updated successfully, but these errors were encountered:
Thanks a lot @patilvishal1683 for reporting it and sharing a possible fix.
Would you like to contribute by creating a PR to solve the issue? The Bitnami team will be happy to review it and provide feedback. Here you can find the contributing guidelines.
Getting Above Error While Parsing the values file which 1000+ Lines Long Any Idea how can i resolve this error ?
I got the solution
Please add const valuesJSON = YAML.parse(fs.readFileSync(valuesFilePath, 'utf8'), {maxAliasCount: -1}); inside parse.js
The text was updated successfully, but these errors were encountered: