How to print a prompt in the terminal when the upgrade hook is executed?
Open
- Dominant language
- No language data
- Stars
- 495
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
# contexts
My helm is a full-stack application with many apps such as redis, mq, database, etc. Each app has a separate database scheme. When I update it, there will be some scheme changes. These changes are not automated and need to be reviewed by the user. I want to use the helm upgrade hook to accomplish this, the hook starts a POD which provides a web page showing all the scheme changes. But when I use the hook I realize that my notes.txt information is not printed. I can't tell the user that they should go to this web page.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.