Skip to content

Commit 38f5002

Browse files
authored
Correct quoting
1 parent 657dbbb commit 38f5002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/multiple-disks/rabbitmq.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
advancedConfig: |
1111
[
1212
{ra, [
13-
{wal_data_dir, '/var/lib/rabbitmq/quorum-wal'}
13+
{wal_data_dir, "/var/lib/rabbitmq/quorum-wal"}
1414
]}
1515
].
1616
override:

0 commit comments

Comments
 (0)