Skip to content

Commit f185386

Browse files
committed
Switch from enterprise-contract-controller to conforma/crds repository for CRD definitions.
Ref: EC-1422 Signed-off-by: Rob Nester <[email protected]>
1 parent 6786630 commit f185386

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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)