Skip to content

Commit 0e6ec23

Browse files
authored
Merge pull request #478 from robnester-rh/EC-1422
update references to CRD definitions
2 parents 6786630 + cb34738 commit 0e6ec23

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Includes:
1919
* Go version >= 1.23
2020
* hugo (`dnf install hugo`)
2121
* entr (`dnf install entr`)
22-
* Must have cloned "ec-cli", "ec-policies", "user-guide", and "enterprise-contract-controller" repositories at the same level as this repo ("conforma.github.io")
22+
* Must have cloned "conforma/cli", "conforma/policy", "conforma/user-guide", and "conforma/crds" repositories at the same level as this repo ("conforma.github.io")
2323

2424
## Live reload preview
2525

antora/antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ content:
3232
- url: https://github.com/conforma/cli.git
3333
start_path: docs
3434

35-
- url: https://github.com/enterprise-contract/enterprise-contract-controller.git
35+
- url: https://github.com/conforma/crds.git
3636
start_path: docs
3737

3838
- url: https://github.com/conforma/user-guide.git

website/content/posts/introducing-the-enterprise-contract.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ Notice the additional information in the output. It contains a list of policy ru
265265
successfully evaluated as well as the details for the policy used.
266266

267267
To improve reusability, the `policy.yaml` file can be stored in your Kubernetes clusters via the
268-
[EnterpriseContractPolicy](https://github.com/enterprise-contract/enterprise-contract-controller)
268+
[EnterpriseContractPolicy](https://github.com/conforma/crds)
269269
custom resource, see
270-
[example](https://github.com/enterprise-contract/enterprise-contract-controller/blob/main/config/samples/appstudio.redhat.com_v1alpha1_enterprisecontractpolicy.yaml).
270+
[example](https://github.com/conforma/crds/blob/main/config/samples/appstudio.redhat.com_v1alpha1_enterprisecontractpolicy.yaml).
271271

272272
Say now that you have a group of images, an “application snapshot”, that must all pass validation.
273273
We can do this in one shot by creating the components.yaml file:

0 commit comments

Comments
 (0)