pulumi / pulumi-kubernetes

A Pulumi resource provider for Kubernetes to manage API resources and workloads in running clusters
https://www.pulumi.com/docs/reference/clouds/kubernetes/
Apache License 2.0
396 stars 113 forks source link

Scope yamlv2 CRDs to fix test flake #3007

Closed blampe closed 1 month ago

blampe commented 1 month ago

The yamlv2 test installs a crontabs.stable.example.com CRD but so do some other tests.

This renames the CRD to crontabs.yamlv2.pulumi.com to not conflict with other tests.

Fixes https://github.com/pulumi/pulumi-kubernetes/issues/3005.

github-actions[bot] commented 1 month ago

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 32.29%. Comparing base (675c630) to head (bd4aa73).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3007 +/- ## ======================================= Coverage 32.29% 32.29% ======================================= Files 69 69 Lines 8947 8947 ======================================= Hits 2889 2889 Misses 5791 5791 Partials 267 267 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.