Skip to content
New issue

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 when using the helm chart in terragrunt module helm_release #221

Open
mraslam opened this issue Apr 29, 2021 · 2 comments
Open

Error when using the helm chart in terragrunt module helm_release #221

mraslam opened this issue Apr 29, 2021 · 2 comments

Comments

@mraslam
Copy link

mraslam commented Apr 29, 2021

Error: YAML parse error on hazelcast/templates/tests/.terragrunt-source-manifest: error converting YAML to JSON: yaml: invalid leading UTF-8 octet

@hasancelik
Copy link
Collaborator

Hi @mraslam,

Could you provide more informations about your setup and deployment steps?

@joscabmar
Copy link

joscabmar commented Jul 15, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants