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

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


The following commit(s) were added to refs/heads/main by this push:
     new b76bca5  Allow disabling satellite deployment (#136)
b76bca5 is described below

commit b76bca52297f821fdef7243625440fa027919507
Author: kezhenxu94 <[email protected]>
AuthorDate: Sun Jul 2 00:53:41 2023 +0800

    Allow disabling satellite deployment (#136)
---
 deploy/platform/kubernetes/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/platform/kubernetes/values.yaml 
b/deploy/platform/kubernetes/values.yaml
index 758123c..9751650 100644
--- a/deploy/platform/kubernetes/values.yaml
+++ b/deploy/platform/kubernetes/values.yaml
@@ -122,7 +122,7 @@ skywalking:
   satellite:
     name: satellite
     replicas: 1
-    enabled: true
+    enabled: false
     image:
       repository: ~
       tag: ~

Reply via email to