Skip to content

Commit

Permalink
Fix doc attributes in stack-helm-chart.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
thbkrkr committed Apr 28, 2023
1 parent b6b5075 commit c04f589
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ There are example Helm values files for installing and managing a more advanced

To use one or more of these example configurations, use the `--values` Helm option, as seen in the following section.

[source,sh]
[source,sh,subs="attributes"]
----
# Install an eck-managed Elasticsearch and Kibana using the Elasticsearch node roles example with hot, warm, and cold data tiers, and the Kibana example customizing the http service.
helm install es-quickstart elastic/eck-stack -n elastic-stack --create-namespace --values https://github.com/raw/elastic/cloud-on-k8s/{eck_release_branch}/deploy/eck-stack/examples/elasticsearch/hot-warm-cold.yaml --values https://github.com/raw/elastic/cloud-on-k8s/{eck_release_branch}/deploy/eck-stack/examples/kibana/http-configuration.yaml
helm install es-quickstart elastic/eck-stack -n elastic-stack --create-namespace \
--values https://github.com/raw/elastic/cloud-on-k8s/{eck_release_branch}/deploy/eck-stack/examples/elasticsearch/hot-warm-cold.yaml \
--values https://github.com/raw/elastic/cloud-on-k8s/{eck_release_branch}/deploy/eck-stack/examples/kibana/http-configuration.yaml
----

[float]
Expand All @@ -51,10 +53,11 @@ helm install es-quickstart elastic/eck-stack -n elastic-stack --create-namespace

The following section builds upon the previous section, and allows installing Fleet Server, and Fleet-managed Elastic Agents along with Elasticsearch and Kibana.

[source,sh]
[source,sh,subs="attributes"]
----
# Install an eck-managed Elasticsearch, Kibana, Fleet Server, and managed Elastic Agents using custom values.
helm install eck-stack-with-fleet elastic/eck-stack --values https://github.com/raw/elastic/cloud-on-k8s/{eck_release_branch}/deploy/eck-stack/examples/agent/fleet-agents.yaml -n elastic-stack
helm install eck-stack-with-fleet elastic/eck-stack \
--values https://github.com/raw/elastic/cloud-on-k8s/{eck_release_branch}/deploy/eck-stack/examples/agent/fleet-agents.yaml -n elastic-stack
----

[float]
Expand Down

0 comments on commit c04f589

Please sign in to comment.