Skip to content

Specs: helm_template_helper support Helm v2 syntax

Jason Plum requested to merge 2206-fix-spec-helm2-support into master

Add support for Helm version detection in spec/helm_template_helper.rb library, so that we support the syntax from either supported major version.

Closes #2206 (closed)

For testing:

  1. checkout branch (and cd to root of that checkout)
  2. asdf shell helm 2.16.9
  3. bundle exec rspec -f d spec/configuration/mailroom_spec.rb
  4. asdf shell helm 3.2.4
  5. bundle exec rspec -f d spec/configuration/mailroom_spec.rb
Edited by Jason Plum

Merge request reports