Skip to content

Commit cb55800

Browse files
committed
Remove supply-chain.patch and its references
Signed-off-by: Manuel Lorenzo <mlorenzofr@redhat.com>
1 parent eafd720 commit cb55800

2 files changed

Lines changed: 0 additions & 443 deletions

File tree

docs/supply-chain.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -208,24 +208,6 @@ To enable this use case, the following parameters should be defined within the [
208208
value: quay-admin-password
209209
```
210210

211-
To simplify setting the appropriate values for this use case, [this Git patch file](./values-patches/supply-chain.patch) can be used to automate applying the desired configurations by executing the following command from the root of the repository:
212-
213-
```shell
214-
git apply docs/values-patches/supply-chain.patch
215-
```
216-
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-
>
222-
> ```shell
223-
> git checkout -b supply-chain-setup
224-
> git add .
225-
> git commit -m "Apply supply chain configuration patch"
226-
> git push origin supply-chain-setup
227-
> ```
228-
229211
## Automated Secure Supply Chain Pipeline
230212

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

0 commit comments

Comments
 (0)