Skip to content

Use the default namespace during template tests

DJ Mountney requested to merge fix-spec-namespace into master

What does this MR do?

Use the default namespace during template tests

This was already expeted in our tests, but helm3 is using the kubecontext for this, which caused errors if your local dev is on a non-default namespace, or in the caase of CI, where the clusterless specs don't have any namespace set.

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for omnibus-gitlab opened
Edited by Mitchell Nielsen

Merge request reports