Skip to content

Commit 2f3911b

Browse files
committed
Add additional notes for git apply
Signed-off-by: Manuel Lorenzo <mlorenzofr@redhat.com>
1 parent f2a5861 commit 2f3911b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/supply-chain.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,17 @@ To simplify setting the appropriate values for this use case, [this Git patch fi
214214
git apply docs/values-patches/supply-chain.patch
215215
```
216216

217+
> [!NOTE]
218+
> Ensure you commit the applied changes to a feature branch and push that branch to your remote Git repository.
219+
>
220+
> For example:
221+
> ```shell
222+
> git checkout -b supply-chain-setup
223+
> git add .
224+
> git commit -m "Apply supply chain configuration patch"
225+
> git push origin supply-chain-setup
226+
> ```
227+
217228
## Automated Secure Supply Chain Pipeline
218229

219230
To automate the application building and certifying process, we will use _Red Hat OpenShift Pipelines_.

0 commit comments

Comments
 (0)