-
Notifications
You must be signed in to change notification settings - Fork 458
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
Conversation
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 {} ```
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 What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
@googlebot I signed it! |
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
Referencing this issue |
Image references were fixed in #909 |
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: