From f8ae2501d36c838c05b03bd4cc3924198ab55e50 Mon Sep 17 00:00:00 2001 From: Fabio Sousa Vieira <95920140+fabio-sv@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:50:00 +0200 Subject: [PATCH] docs: fix resourceTags examples to key=value format Updated the format of resourceTags examples in helm-values.md. --- website/docs/guides/helm-values.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/docs/guides/helm-values.md b/website/docs/guides/helm-values.md index 3ef69854..66c930fe 100644 --- a/website/docs/guides/helm-values.md +++ b/website/docs/guides/helm-values.md @@ -187,10 +187,8 @@ Setting `installScope: namespace` automatically configures namespace-scoped RBAC - **Example**: ```yaml resourceTags: - - key: team - value: platform - - key: managed-by - value: ack + - "team=platform" + - "managed-by=ack" ``` ## Resource Behavior