From f80a42c06bbb911c424486cc9b149dd4ca232a56 Mon Sep 17 00:00:00 2001 From: Christopher Junk Date: Mon, 13 Oct 2025 15:44:10 +0200 Subject: [PATCH] docs(managedmetric): update readme example On-behalf-of: @SAP christopher.junk@sap.com Signed-off-by: Christopher Junk --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b668585..e4bb67c 100644 --- a/README.md +++ b/README.md @@ -247,9 +247,10 @@ metadata: spec: name: managed-metric description: Status metric created by an Operator - kind: Release - group: helm.crossplane.io - version: v1beta1 + target: + kind: Release + group: helm.crossplane.io + version: v1beta1 interval: "1m" --- ```