Skip to content

Commit

Permalink
Merge pull request #381 from eliyamlevy/release/v3.0
Browse files Browse the repository at this point in the history
Excluding bundle deployments from default resourceSet
  • Loading branch information
eliyamlevy authored Sep 7, 2023
2 parents 914ffa3 + 185c9d3 commit 08d614b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
resourceNameRegexp: "fleet.cattle.io$|gitjob.cattle.io$"
- apiVersion: "fleet.cattle.io/v1alpha1"
kindsRegexp: "."
excludeKinds:
- "bundledeployments"
- apiVersion: "gitjob.cattle.io/v1"
kindsRegexp: "."
- apiVersion: "apps/v1"
Expand Down

0 comments on commit 08d614b

Please sign in to comment.