File tree 3 files changed +15
-4
lines changed
3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -726,8 +726,8 @@ Excluding files is possible by adding a `.sourceignore` file in the root of the
726
726
object storage bucket. The `.sourceignore` file follows [the `.gitignore`
727
727
pattern format](https://git-scm.com/docs/gitignore#_pattern_format), and
728
728
pattern entries may overrule [default exclusions](#default-exclusions).
729
- The source controller recursively loads ignore files so a `.sourceignore` can
730
- be placed in the root directory or in subdirectories .
729
+
730
+ The `.sourceignore` must be in the root directory for `Bucket` sources .
731
731
732
732
# ### Ignore spec
733
733
Original file line number Diff line number Diff line change @@ -486,8 +486,9 @@ Excluding files is possible by adding a `.sourceignore` file in the Git
486
486
repository. The `.sourceignore` file follows [the `.gitignore` pattern
487
487
format](https://git-scm.com/docs/gitignore#_pattern_format), and
488
488
pattern entries may overrule [default exclusions](#default-exclusions).
489
- The source controller recursively loads ignore files so a `.sourceignore` can
490
- be placed in the root directory or in subdirectories.
489
+
490
+ The controller recursively loads ignore files so a `.sourceignore` can be
491
+ placed in the repository root or in subdirectories.
491
492
492
493
# ### Ignore spec
493
494
Original file line number Diff line number Diff line change @@ -526,6 +526,16 @@ spec:
526
526
/deploy/**/*.txt
527
527
` ` `
528
528
529
+ # ### `.sourceignore` file
530
+
531
+ Excluding files is possible by adding a `.sourceignore` file in the artifact.
532
+ The `.sourceignore` file follows [the `.gitignore` pattern
533
+ format](https://git-scm.com/docs/gitignore#_pattern_format), and pattern
534
+ entries may overrule [default exclusions](#default-exclusions).
535
+
536
+ The controller recursively loads ignore files so a `.sourceignore` can be
537
+ placed in the artifact root or in subdirectories.
538
+
529
539
# ## Triggering a reconcile
530
540
531
541
To manually tell the source-controller to reconcile a OCIRepository outside the
You can’t perform that action at this time.
0 commit comments