We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When calling helm.RenderTemplate, it appends the namespace to the args:
helm.RenderTemplate
terratest/modules/helm/template.go
Lines 51 to 54 in fc19428
prepareHelmCommand
args
terratest/modules/helm/cmd.go
Line 69 in fc19428
To Reproduce I came across it while debugging this test. It is a minimally reproducible test.
Expected behavior For the namespace to only be added once
Nice to have The values of args and additionalArgs before exiting prepareHelmCommand
additionalArgs
Versions
The text was updated successfully, but these errors were encountered:
james03160927
Successfully merging a pull request may close this issue.
Describe the bug
When calling
helm.RenderTemplate
, it appends the namespace to the args:terratest/modules/helm/template.go
Lines 51 to 54 in fc19428
However, when we then get to
prepareHelmCommand
, it also appends the namespace without checking if it is already inargs
terratest/modules/helm/cmd.go
Line 69 in fc19428
To Reproduce
I came across it while debugging this test. It is a minimally reproducible test.
Expected behavior
For the namespace to only be added once
Nice to have
The values of
args
andadditionalArgs
before exitingprepareHelmCommand
Versions
The text was updated successfully, but these errors were encountered: