Skip to content

Commit

Permalink
Merge pull request #577 from mallardduck/fleet-namespaces
Browse files Browse the repository at this point in the history
Capture namespaces managed by rancher (created by fleet)
  • Loading branch information
mallardduck authored Sep 10, 2024
2 parents f6209d6 + fc4df18 commit b33339c
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
- apiVersion: "v1"
kindsRegexp: "^namespaces$"
resourceNameRegexp: "^fleet-"
- apiVersion: "v1"
kindsRegexp: "^namespaces$"
labelSelectors:
matchExpressions:
- key: "app.kubernetes.io/managed-by"
operator: "In"
values: ["rancher"]
- apiVersion: "v1"
kindsRegexp: "^secrets$"
namespaceRegexp: "^cattle-fleet-|^fleet-"
Expand Down

0 comments on commit b33339c

Please sign in to comment.