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

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

commit f112302a007d54ff367776b3187976e41abb9cf2
Author: innerpeacez <innerpeace.z...@gmail.com>
AuthorDate: Tue Oct 22 13:56:01 2019 +0800

    fixed some typo
---
 helm-chart/helm3/6.4.0/skywalking/README.md   | 10 +++++-----
 helm-chart/helm3/6.4.0/skywalking/values.yaml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/helm-chart/helm3/6.4.0/skywalking/README.md 
b/helm-chart/helm3/6.4.0/skywalking/README.md
index 0fb8061..d37afd0 100644
--- a/helm-chart/helm3/6.4.0/skywalking/README.md
+++ b/helm-chart/helm3/6.4.0/skywalking/README.md
@@ -56,7 +56,7 @@ The following table lists the configurable parameters of the 
Skywalking chart an
 | `oap.nodeSelector`                    | OAP labels for master pod assignment 
                              | `{}`                                |
 | `oap.tolerations`                     | OAP tolerations                      
                              | `[]`                                |
 | `oap.resources`                       | OAP node resources requests & limits 
                              | `{} - cpu limit must be an integer` |
-| `oap.envoy.sla.enabled`               | Open envoy sla                       
                              | `false`                             |
+| `oap.envoy.als.enabled`               | Open envoy als                       
                              | `false`                             |
 | `oap.env`                             | OAP environment variables            
                              | `[]`                                |
 | `ui.name`                             | Web UI deployment name               
                              | `ui`                                |
 | `ui.replicas`                         | Web UI k8s deployment replicas       
                              | `1`                                 |
@@ -201,14 +201,14 @@ ui:
 
 Envoy ALS(access log service) provides fully logs about RPC routed, including 
HTTP and TCP.
 
-If you want to open envoy sla, you can do this by modifying values.yaml. 
+If you want to open envoy ALS, you can do this by modifying values.yaml. 
 
 ```yaml
 oap:
   envoy:
-    sla:
+    als:
       enabled: true
 ```
 
-When envoy sla , will give ServerAccount clusterrole permission.
-More envoy sla ,please refer to 
https://github.com/apache/skywalking/blob/master/docs/en/setup/envoy/als_setting.md#observe-service-mesh-through-als
\ No newline at end of file
+When envoy als ,will give ServiceAccount clusterrole permission.
+More envoy als ,please refer to 
https://github.com/apache/skywalking/blob/master/docs/en/setup/envoy/als_setting.md#observe-service-mesh-through-als
\ No newline at end of file
diff --git a/helm-chart/helm3/6.4.0/skywalking/values.yaml 
b/helm-chart/helm3/6.4.0/skywalking/values.yaml
index 397d314..1eed9b8 100644
--- a/helm-chart/helm3/6.4.0/skywalking/values.yaml
+++ b/helm-chart/helm3/6.4.0/skywalking/values.yaml
@@ -34,7 +34,7 @@ oap:
   envoy:
     als:
       enabled: false
-      # more envoy sla ,please refer to 
https://github.com/apache/skywalking/blob/master/docs/en/setup/envoy/als_setting.md#observe-service-mesh-through-als
+      # more envoy ALS ,please refer to 
https://github.com/apache/skywalking/blob/master/docs/en/setup/envoy/als_setting.md#observe-service-mesh-through-als
   env:
     # more env, please refer to 
https://hub.docker.com/r/apache/skywalking-oap-server
     # or 
https://github.com/apache/skywalking-docker/blob/master/6/6.4/oap/README.md#sw_telemetry

Reply via email to