From 88b0c27a20c4c701754484993faf49612aba2b65 Mon Sep 17 00:00:00 2001 From: Kaitlyn Michael Date: Wed, 16 Apr 2025 09:09:42 -0500 Subject: [PATCH] fix typo in API changes --- .../release-notes/7-22-0-releases/7-22-0-7-april2025.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/kubernetes/release-notes/7-22-0-releases/7-22-0-7-april2025.md b/content/operate/kubernetes/release-notes/7-22-0-releases/7-22-0-7-april2025.md index 00d3d7fd66..a09a746720 100644 --- a/content/operate/kubernetes/release-notes/7-22-0-releases/7-22-0-7-april2025.md +++ b/content/operate/kubernetes/release-notes/7-22-0-releases/7-22-0-7-april2025.md @@ -28,7 +28,7 @@ Redis Enterprise for Kubernetes 7.22.0-7 is a feature release that includes enha |--------|-----------|------------|-----------------| | REAADB | `spec.participatingClusters[].namespace` | Added | Specifies the namespace in which the REAADB object will be deployed in the corresponding participating cluster. Make sure that the Redis Enterprise operator is configured to watch this namespace and that the required RBAC configuration is in place. For more information, see [Multi-namespace deployments]({{}}). If no namespace is specified, the REAADB object is deployed to the REC’s namespace in the corresponding cluster. | | REC | `spec.usageMeter.callHomeClient` | Added | Configuration for the call home client. For details, see the [REC API reference]({{}}). | -| REC | `spec.resourceLimits` | Added | Configuration that allows Redis Enterprise to adjust system resource settings. For details, see the [REC API reference]({{}}). | +| REC | `spec.securityContext.resourceLimits` | Added | Configuration that allows Redis Enterprise to adjust system resource settings. For details, see the [REC API reference]({{}}). | ## Breaking changes