Merge pull request #356 from fluxcd/split-bucket-path
This commit is contained in:
commit
347f5773eb
|
@ -236,7 +236,7 @@ func (r *BucketReconciler) reconcile(ctx context.Context, bucket sourcev1.Bucket
|
|||
continue
|
||||
}
|
||||
|
||||
if matcher.Match([]string{object.Key}, false) {
|
||||
if matcher.Match(strings.Split(object.Key, "/"), false) {
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue