We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: YAML parse error on hazelcast/templates/tests/.terragrunt-source-manifest: error converting YAML to JSON: yaml: invalid leading UTF-8 octet
The text was updated successfully, but these errors were encountered:
Hi @mraslam,
Could you provide more informations about your setup and deployment steps?
Sorry, something went wrong.
Can you check if you are escaping the config properly for your values? I had to do the following with the config:
hazelcast: yaml: hazelcast: network: join: kubernetes: enabled: true service-name: $$${serviceName} namespace: $$${namespace} rest-api: enabled: true jet: enabled: $$${hz.jet.enabled}
Please, notice the escaping sequence syntax.
No branches or pull requests
Error: YAML parse error on hazelcast/templates/tests/.terragrunt-source-manifest: error converting YAML to JSON: yaml: invalid leading UTF-8 octet
The text was updated successfully, but these errors were encountered: