Skip to content

Commit

Permalink
Improve docs on ClusterAnalysisTemplates
Browse files Browse the repository at this point in the history
Signed-off-by: BenHesketh21 <heskethben0@gmail.com>
  • Loading branch information
BenHesketh21 committed Oct 6, 2024
1 parent 44f1f6b commit c1fd414
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/15-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,11 +352,11 @@ processes that should be executed after a `Promotion` has successfully deployed
healthy state.

Verification processes are defined through _references_ to one or more
[Argo Rollouts `AnalysisTemplate` resources](https://argoproj.github.io/argo-rollouts/features/analysis/)
that reside in the same `Project`/`Namespace` as the `Stage` resource.
[Argo Rollouts `AnalysisTemplate` or `ClusterAnalysisTemplate` resources](https://argoproj.github.io/argo-rollouts/features/analysis/).
`AnalysisTemplate` resources must reside in the same `Project`/`Namespace` as the `Stage` resource but `ClusterAnalysisTemplate` can be referenced by any `Stage`.

:::info
Argo Rollouts `AnalysisTemplate` resources (and the `AnalysisRun` resources that
Argo Rollouts `AnalysisTemplate` and `ClusterAnalysisTemplate` resources (and the `AnalysisRun` resources that
are spawned from them) were intentionally built to be re-usable in contexts
other than Argo Rollouts. Re-using this resource type to define verification
processes means those processes benefit from this rich and battle-tested feature
Expand Down

0 comments on commit c1fd414

Please sign in to comment.