This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch kezhenxu94-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
commit 839974cf556cbcbd9106ab17748855cba18e873a Author: kezhenxu94 <[email protected]> AuthorDate: Sun Jul 2 00:42:33 2023 +0800 Allow disabling satellite deployment --- 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: ~
