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

Adding a sideCarContainer gives an error about mapping values #40

Closed
tverhoeven opened this issue Sep 23, 2019 · 1 comment
Closed

Adding a sideCarContainer gives an error about mapping values #40

tverhoeven opened this issue Sep 23, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@tverhoeven
Copy link

tverhoeven commented Sep 23, 2019

I'm trying to deploy an app that is build out of 2 containers. The main app I can deploy just fine, but when I add a "sideCarContainers:" section I get an error like this:

error: error converting YAML to JSON: yaml: line 47: mapping values are not allowed in this context

This is the section I added, commenting this out makes the error disappear:

sideCarContainers:
  appengine:
    image: eu.gcr.io/our-gce-project/container-name:0.1.0

Deploying this container using a separate helm chart works just fine.

We use this helm chart using the Terraform helm provider. I've been trying to get more debugging information, but that has failed up to now.

As a workaround/test I manually edited the resulting deployment yaml in GKE and added the 2nd container, and that also worked fine.

Let me know what I can do to further debug this or what more information you require.

@yorinasub17 yorinasub17 added the bug Something isn't working label Sep 23, 2019
@yorinasub17
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants