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/29 04:26:30 UTC

[skywalking-kubernetes] branch master updated: Clean up doc of old config (#102)

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 ab1865f  Clean up doc of old config (#102)
ab1865f is described below

commit ab1865f5a2e761480ddbc228f66c5d370986bba1
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Tue Nov 29 12:26:25 2022 +0800

    Clean up doc of old config (#102)
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 02b0907..f5b1a47 100644
--- a/README.md
+++ b/README.md
@@ -109,10 +109,10 @@ After satellite have been installed, you should replace the `oap` address to the
 
 ## Customization
 
-- Use your own configuration files
+- Override configuration files
 
-Put your own configuration files according to [the overridable files](chart/skywalking/files/conf.d/README.md) under the
-working directory, `files/conf.d`, they will override the counterparts in the Docker image.
+You can override the configuration files for OAP or Satellite by adding configuration section `oap.config` and `satellite.config`,
+check [the examples](chart/skywalking/values.yaml), search keyword `config: {}`.
 
 - Pass environment variables to OAP