From d6d94716c2f0be45986dd6f91981b1966f6c3a3b Mon Sep 17 00:00:00 2001 From: shainaraskas <58563081+shainaraskas@users.noreply.github.com> Date: Mon, 29 Sep 2025 16:14:47 -0400 Subject: [PATCH] use stack variables in prop labels and annotations eck topic see title --- .../cloud-on-k8s/propagate-labels-annotations.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy-manage/deploy/cloud-on-k8s/propagate-labels-annotations.md b/deploy-manage/deploy/cloud-on-k8s/propagate-labels-annotations.md index e4c0486c72..cfc12bbc12 100644 --- a/deploy-manage/deploy/cloud-on-k8s/propagate-labels-annotations.md +++ b/deploy-manage/deploy/cloud-on-k8s/propagate-labels-annotations.md @@ -6,13 +6,13 @@ products: - id: cloud-kubernetes --- -# Propagate Labels and Annotations [k8s-propagate-labels-annotations] +# Propagate labels and annotations [k8s-propagate-labels-annotations] Starting with version `3.1.0`, {{eck}} supports propagating labels and annotations from the parent resource to the child resources it creates. This can be used on all custom resources managed by ECK, such as {{eck_resources_list}}. The example below demonstrates how to use this feature on a {{es}} cluster, however, as mentioned above, this can be also applied to any custom resource managed by {{eck}}. -```yaml +```yaml subs=true apiVersion: elasticsearch.k8s.elastic.co/v1 kind: Elasticsearch metadata: @@ -29,7 +29,7 @@ metadata: my-label2: "my-label2-value" name: elasticsearch-sample spec: - version: 9.1.0 + version: {{version.stack}} nodeSets: - name: default config: @@ -60,7 +60,7 @@ service/elasticsearch-sample-es-transport ClusterIP None