From 94f9675769f7e2d21ab478e42d537ac4b2a45454 Mon Sep 17 00:00:00 2001 From: xeniape Date: Wed, 14 Jan 2026 12:35:45 +0100 Subject: [PATCH] chore: fix small label typo in labels documentation --- modules/concepts/pages/observability/labels.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/concepts/pages/observability/labels.adoc b/modules/concepts/pages/observability/labels.adoc index cdd5609e7..976f698e6 100644 --- a/modules/concepts/pages/observability/labels.adoc +++ b/modules/concepts/pages/observability/labels.adoc @@ -39,8 +39,8 @@ When installing operators and releases, `stackablectl` will always label the Dep When installing a stack or a demo, `stackablectl` adds additional labels to identify the parts of the stack or demo: -* `stackable-tech/stack` with the value being the Stack name. -* `stackable-tech/demo` with the value being the Demo name. +* `stackable.tech/stack` with the value being the Stack name. +* `stackable.tech/demo` with the value being the Demo name. * `stackable.tech/managed-by=stackablectl` These labels are attached to the demo and stack manifests, which include Secret, ConfigMap or ClusterRole.