You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/11/07 13:13:40 UTC

[skywalking-kubernetes] branch master updated: Fix typo in README.md (#93)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new a7d8ff9  Fix typo in README.md (#93)
a7d8ff9 is described below

commit a7d8ff959b46e70cb10428c6714013563ae38cbc
Author: Franz Wimmer <73...@users.noreply.github.com>
AuthorDate: Mon Nov 7 14:13:35 2022 +0100

    Fix typo in README.md (#93)
    
    Co-authored-by: Franz Wimmer <fr...@ericsson.com>
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0f52a91..9a89adb 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ and use `-f <filename>` or `--values=<filename>` to set them.
 Let's set some variables for convenient use later.
 
 ```shell
-export SKYWALKING_RELEASE_VERSIOIN=4.3.0  # change the release version according to your need
+export SKYWALKING_RELEASE_VERSION=4.3.0  # change the release version according to your need
 export SKYWALKING_RELEASE_NAME=skywalking  # change the release name according to your scenario
 export SKYWALKING_RELEASE_NAMESPACE=default  # change the namespace to where you want to install SkyWalking
 ```
@@ -41,7 +41,7 @@ export SKYWALKING_RELEASE_NAMESPACE=default  # change the namespace to where you
 ```shell
 helm install "${SKYWALKING_RELEASE_NAME}" \
   oci://registry-1.docker.io/apache/skywalking-helm \
-  --version "${SKYWALKING_RELEASE_VERSIOIN}" \
+  --version "${SKYWALKING_RELEASE_VERSION}" \
   -n "${SKYWALKING_RELEASE_NAMESPACE}" \
   --set oap.image.tag=9.2.0 \
   --set oap.storageType=elasticsearch \