Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,12 @@ echo "Using OpenSearch Dashboards"
kubectl create secret generic opensearch-credentials \
--from-literal kibanaserver=E4kENuEmkqH3jyHC

# Hide notes because they are very confusing in combination with the port forward below.
helm install opensearch-dashboards opensearch-dashboards \
--repo https://opensearch-project.github.io/helm-charts \
--version 3.6.0 \
--values opensearch-dashboards-values.yaml \
--hide-notes \
--wait
# end::opensearch-dashboards[]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,12 @@ echo "Using OpenSearch Dashboards"
kubectl create secret generic opensearch-credentials \
--from-literal kibanaserver=E4kENuEmkqH3jyHC

# Hide notes because they are very confusing in combination with the port forward below.
helm install opensearch-dashboards opensearch-dashboards \
--repo https://opensearch-project.github.io/helm-charts \
--version 3.6.0 \
--values opensearch-dashboards-values.yaml \
--hide-notes \
--wait
# end::opensearch-dashboards[]

Expand Down
Loading