Skip to content

Commit e40786d

Browse files
committed
chore: Hide confusing helm-install notes
1 parent 570f05d commit e40786d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/modules/opensearch/examples/getting_started/getting_started.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,12 @@ echo "Using OpenSearch Dashboards"
139139
kubectl create secret generic opensearch-credentials \
140140
--from-literal kibanaserver=E4kENuEmkqH3jyHC
141141

142+
# Hide notes because they are very confusing in combination with the port forward below.
142143
helm install opensearch-dashboards opensearch-dashboards \
143144
--repo https://opensearch-project.github.io/helm-charts \
144145
--version 3.6.0 \
145146
--values opensearch-dashboards-values.yaml \
147+
--hide-notes \
146148
--wait
147149
# end::opensearch-dashboards[]
148150

docs/modules/opensearch/examples/getting_started/getting_started.sh.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,12 @@ echo "Using OpenSearch Dashboards"
139139
kubectl create secret generic opensearch-credentials \
140140
--from-literal kibanaserver=E4kENuEmkqH3jyHC
141141

142+
# Hide notes because they are very confusing in combination with the port forward below.
142143
helm install opensearch-dashboards opensearch-dashboards \
143144
--repo https://opensearch-project.github.io/helm-charts \
144145
--version 3.6.0 \
145146
--values opensearch-dashboards-values.yaml \
147+
--hide-notes \
146148
--wait
147149
# end::opensearch-dashboards[]
148150

0 commit comments

Comments
 (0)