From b4fac6fd06459f89dc5de83434d2bc964bda651f Mon Sep 17 00:00:00 2001 From: Martin Jackson Date: Thu, 7 Nov 2024 15:15:59 -0600 Subject: [PATCH] Clarify support for resource hooks --- content/blog/2024-11-07-clustergroup-sequencing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2024-11-07-clustergroup-sequencing.adoc b/content/blog/2024-11-07-clustergroup-sequencing.adoc index 18a0cd6b5..6450d5780 100644 --- a/content/blog/2024-11-07-clustergroup-sequencing.adoc +++ b/content/blog/2024-11-07-clustergroup-sequencing.adoc @@ -34,7 +34,7 @@ Kubernetes-native way. In this blog post, we will explore the various options that are available as of today in the Validated Patterns framework for enforcing sequencing for subscriptions. Inside applications, Validated Patterns has supported these primitives since the first -release of Medical Diagnosis. +release of Medical Diagnosis, and will continue to do so. Since the focus of Validated Patterns on OpenShift is the OpenShift GitOps Operator, these capabilities rely on the use of resource hooks, described in the upstream docs https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks/[here].