-
Notifications
You must be signed in to change notification settings - Fork 568
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
Testing helmfiles? #1708
Comments
@pjotre86 This may relevant: #1713 |
@pjotre86 If you're more interested in integration testing helmfile with a live K8s cluster, I'd guess something like Regarding |
Thanks for the answer. I'll follow #1713, looks in deed promising and might match my use-case. Will close this. |
Hey!
Just curious: Is anyone running automated tests against their helmfiles to make sure that they behave like they should and you're not breaking them?
For my helm-charts I'm using terratest. It has a module for helm which let's you write extensive tests for your charts in golang.
I'm wondering:
Is there something similar for helmfile? What creative solutions are you using or did you encounter?
Thanks in advance for any hints!
The text was updated successfully, but these errors were encountered: