I am looking to test a change in a Helm chart NOTES.txt file and intended to run a helm install with the --dry-run
option, but I can not see how to specify an updated NOTES.txt file on my local file system (whether as part of a real or dry run install). I would like to validate changes to my NOTES.txt file but should there be multiple changes I don't want to have to make changes, commit, re-build, etc ... each time.
Any suggestions?
Thanks.