Skip to content
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

Helm v3: templating error parsing failure #145

Conversation

mederel
Copy link

@mederel mederel commented Nov 29, 2021

Fixes #144

Changes:

  • Add tests to test templating failures in V3 examples
  • Fix error message parsing for Helm v3
  • Add non-capturing openings like (?: ) so they aren't counted as
    subgroups
  • Simplify the execution time removal in makeOutputSnapshotable

Fixes quintush#144

Changes:

* Add tests to test templating failures in V3 examples
* Fix error message parsing for Helm v3
* Add non-capturing openings like (?: ) so they aren't counted as
subgroups
* Simplify the execution time removal in makeOutputSnapshotable
@quintush quintush merged commit 4c179f8 into quintush:master Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug with helm v3: templating error messages parsing error
2 participants