Skip to content

Commit

Permalink
Merge pull request #579 from rancher/gha-portpr-10796754469-1
Browse files Browse the repository at this point in the history
[backport v2.8-Next2] Capture namespaces managed by rancher (created by fleet)
  • Loading branch information
mallardduck authored Sep 23, 2024
2 parents 8948297 + a47f726 commit ac5f0aa
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 ac5f0aa

Please sign in to comment.