-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Test Helm remote repo #1358
Labels
enhancement
New feature or request
Comments
Why not add the Helm repo and reference like so?
|
I could and how do I do that programmatically with terratest? |
https://github.com/denis256/go-tests/tree/master/terratest-helm-test |
I was thinking you could also use helm.RenderTemplateE(), but I see that it expects a local chart directory unlike the respective |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the solution you'd like
I would like the helm test feature to support the --repo options, I would like that underneath the following commands could be executed
helm template keda --namespace medieval-38bl76 --set metricsServer.replicaCount=45 --set resources.metricServer.limits.memory=4545Mi --repo https://kedacore.github.io/charts
helm template --namespace keda-system keda -f custom-values.yaml --repo https://kedacore.github.io/charts
I want to verify that my customization on top of chart work from release to release of remote chart I am using
Describe alternatives you've considered
Coding
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: