This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 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 2c4d0eb Add erlang cookie for rabbit mq Chart to allow upgrade
installation
2c4d0eb is described below
commit 2c4d0eb86a694708cbdfd602d398adc3ccb6d31c
Author: kezhenxu94 <[email protected]>
AuthorDate: Sun Jun 25 17:28:40 2023 +0800
Add erlang cookie for rabbit mq Chart to allow upgrade installation
---
deploy/platform/kubernetes/values.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/deploy/platform/kubernetes/values.yaml
b/deploy/platform/kubernetes/values.yaml
index 1792aa5..cb78fee 100644
--- a/deploy/platform/kubernetes/values.yaml
+++ b/deploy/platform/kubernetes/values.yaml
@@ -216,6 +216,7 @@ rabbitmq:
auth:
username: guest
password: guest
+ erlangCookie: skywalking-showcase
prometheus-elasticsearch-exporter:
enabled: false