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

feat (jkube-kit/helm) : Add support for generating helm test resources via fragments #3346

Merged
merged 2 commits into from
Sep 23, 2024

Commits on Sep 23, 2024

  1. feat (jkube-kit/helm) : Add support for generating helm test resource…

    …s via fragments
    
    + Add support for generating helm test resources. User would place a test
      fragment in src/main/jkube directory and it would be copied to
      templates/tests during helm chart generation.
    + Only fragments ending with `.test.helm.yaml` suffix would be considered
      for helm test resources.
    
    Signed-off-by: Rohan Kumar <rohaan@redhat.com>
    rohanKanojia committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0565625 View commit details
    Browse the repository at this point in the history
  2. review: helm test resource processing

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0d849f0 View commit details
    Browse the repository at this point in the history