We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7452049 + ad3e73f commit 71a0533Copy full SHA for 71a0533
docs/examples/set-login-password-username/README.md
@@ -0,0 +1,19 @@
1
+# Set login password username Example
2
+
3
+This is a sample will guide you how to override rabbitMq clustered default password & username.
4
5
+Modify `default_user` be your login username, `default_pass` be your login password.
6
7
+```yaml
8
+spec:
9
+ rabbitmq:
10
+ additionalConfig: |
11
+ default_user=guest
12
+ default_pass=guest
13
+```
14
15
+You can deploy this example like this:
16
17
+```shell
18
+kubectl apply -f rabbitmq.yaml
19
docs/examples/set-login-password-username/rabbitmq.yaml
@@ -0,0 +1,9 @@
+apiVersion: rabbitmq.com/v1beta1
+kind: RabbitmqCluster
+metadata:
+ name: myrabbitmq
0 commit comments