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

Generate secrets #141

Closed
remram44 opened this issue Jan 19, 2023 · 1 comment
Closed

Generate secrets #141

remram44 opened this issue Jan 19, 2023 · 1 comment

Comments

@remram44
Copy link

Your docs state:

Infinite Scale requires some generic secrets to work. It was decided not to create them automatically, because Helm does not support one-off generation of secrets out of the box.

However this is false and not a limitation anyone else is running into. Chart hooks provide this functionality, you can use a post-install hook to create a job that generates the secrets. This is easy since you already have figured out the commands to generate every secret value (currently in # how to generate: comments in your example YAML files).

@wkloucek
Copy link
Contributor

Generating secrets is already tracked in #50.

Could you please provide an example of a post-install hook that creates a job that generates the secrets in #50?

@wkloucek wkloucek closed this as not planned Won't fix, can't repro, duplicate, stale Feb 20, 2023
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

2 participants