Specs: Enable integration/examples manual runs
What does this MR do?
Specs: Enable integration/examples manual runs
bundle exec rspec -f d spec/integration/examples_spec.rb
would fail
with a message about undefined constant.
Adding require 'helm_template_helper'
so that this spec file can be
operated as a one off when testing changes / additions to examples/*
entries.