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

Best practice question - best way to use a value from different helm deployment? #5877

Closed
arielb135 opened this issue Jun 12, 2019 · 2 comments

Comments

@arielb135
Copy link

I was wondering, let's say i have 2 helm charts:

  • First one is RabbitMQ, which contains an admin user (and password) i'd like to use, and some other parameter i want to reuse across applications.
  • Second one, is my app, and i require to use that user to create some queues, and use the other value for my deployment.

Besides making sure the same value exists in all charts, is there anyway or recommended way to reuse the value from the already deployed Rabbitmq?

@mattfarina
Copy link
Collaborator

Two thoughts come to mind...

  1. This is a bit of config management rather than package management (helm's sweet spot)
  2. They could share a secret with the credentials. The name of the secret from the RabbitMQ chart could be passed into the apps chart.

@bacongobbler
Copy link
Member

Closing as answered/inactive. Please re-open if there are follow-up questions here. Thanks!

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

No branches or pull requests

3 participants