Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/concepts/pages/observability/labels.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading