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

RabbitMQ: Update Template Generator command arg #879

Closed
wants to merge 5 commits into from

Conversation

msetegn
Copy link

@msetegn msetegn commented Feb 7, 2020

From --set rabbitmq.image=$IMAGE_RABBITMQ \ to --set rabbitmq.image.repo=$IMAGE_RABBITMQ \. I was running into some issues getting this click to deploy example working properly when executing through the command line. Specifically receiving this console output message:

2020/02/07 04:47:05 Warning: Merging destination map for chart 'rabbitmq'. Overwriting table item 'image', with non table value: marketplace.gcr.io/google/rabbitmq:3.7
Error: render error in "rabbitmq/templates/statefulset.yaml": template: rabbitmq/templates/statefulset.yaml:49:26: executing "rabbitmq/templates/statefulset.yaml" at <.Values.rabbitmq.image.repo>: can't evaluate field repo in type interface {}

From `--set rabbitmq.image=$IMAGE_RABBITMQ \` to `--set rabbitmq.image.repo=$IMAGE_RABBITMQ \`.  I was running into some issues getting this click to deploy example working properly when executing through the command line.  Specifically receiving this console output message:
```bash
2020/02/07 04:47:05 Warning: Merging destination map for chart 'rabbitmq'. Overwriting table item 'image', with non table value: marketplace.gcr.io/google/rabbitmq:3.7
Error: render error in "rabbitmq/templates/statefulset.yaml": template: rabbitmq/templates/statefulset.yaml:49:26: executing "rabbitmq/templates/statefulset.yaml" at <.Values.rabbitmq.image.repo>: can't evaluate field repo in type interface {}
```
@msetegn msetegn requested a review from a team as a code owner February 7, 2020 09:51
@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@msetegn
Copy link
Author

msetegn commented Feb 7, 2020

@googlebot I signed it!

@googlebot
Copy link

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

@googlebot googlebot added cla: yes and removed cla: no labels Feb 7, 2020
@msetegn msetegn changed the title Update Template Generator command arg RabbitMQ: Update Template Generator command arg Feb 7, 2020
@msetegn
Copy link
Author

msetegn commented Feb 20, 2020

#847

Referencing this issue

@ovk6
Copy link
Contributor

ovk6 commented Jun 29, 2020

Image references were fixed in #909
Closing as duplicate

@ovk6 ovk6 closed this Jun 29, 2020
@msetegn msetegn deleted the patch-1 branch July 8, 2020 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants