From 425753690595d29ab8a8268503af593bfc187a44 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Mon, 13 Jan 2025 14:33:20 +0100 Subject: [PATCH] Fix a couple of links --- content/blog/2022-10-12-acm-provisioning.md | 2 +- content/contribute/background-on-pattern-development.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/2022-10-12-acm-provisioning.md b/content/blog/2022-10-12-acm-provisioning.md index f407e8a17..6fc584601 100644 --- a/content/blog/2022-10-12-acm-provisioning.md +++ b/content/blog/2022-10-12-acm-provisioning.md @@ -150,7 +150,7 @@ should be delivered to the cluster. `.labels` tells ACM how to decide which clusters get this site configuration. If you were building and [importing -clusters](https://validatedpatterns.io/industrial-edge/factory/) yourself, +clusters](https://validatedpatterns.io/patterns/industrial-edge/) yourself, these are the labels you would need to specify during the import process. You can specify different and/or additional labels, but the default is to use `clusterGroup={name of the group}` diff --git a/content/contribute/background-on-pattern-development.adoc b/content/contribute/background-on-pattern-development.adoc index 964033249..d93653516 100644 --- a/content/contribute/background-on-pattern-development.adoc +++ b/content/contribute/background-on-pattern-development.adoc @@ -101,6 +101,6 @@ Some of the validated patterns use configuration files (for now), while others, While many enterprise Cloud Native applications are open source, many of the products used require licenses or subscriptions. Policies help enforce license and subscription management and the channels needed to get access to those licenses or subscriptions. -Similarly, in multicloud deployments and complex edge deployments, policies can help define and select the correct GitOps workflows that need to be managed for various sites or clusters. E.g. defining an OpenShift Cluster as a "Factory" in the https://validatedpatterns.io/industrial-edge/factory/[Industrial Edge] validated pattern provides a simple trigger to roll-out the entire Factory deployment. Policy is a powerful tool in automation. +Similarly, in multicloud deployments and complex edge deployments, policies can help define and select the correct GitOps workflows that need to be managed for various sites or clusters. E.g. defining an OpenShift Cluster as a "Factory" in the https://validatedpatterns.io/patterns/industrial-edge/[Industrial Edge] validated pattern provides a simple trigger to roll-out the entire Factory deployment. Policy is a powerful tool in automation. Validated patterns use https://www.redhat.com/en/technologies/management/advanced-cluster-management[Red Hat Advanced Cluster Management for Kubernetes] to control clusters and applications from a single console, with built-in security policies.