add quotes around default vhost of /
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: kyoo
|
name: kyoo
|
||||||
version: 0.1.6
|
version: 0.1.7
|
||||||
description: Chart for Kyoo
|
description: Chart for Kyoo
|
||||||
keywords:
|
keywords:
|
||||||
- media
|
- media
|
||||||
|
@@ -817,7 +817,7 @@ rabbitmq:
|
|||||||
## Do not use simultaneously with `extraConfigurationExistingSecret`
|
## Do not use simultaneously with `extraConfigurationExistingSecret`
|
||||||
##
|
##
|
||||||
extraConfiguration: |-
|
extraConfiguration: |-
|
||||||
default_vhost = /
|
default_vhost = '/'
|
||||||
default_permissions.configure = .*
|
default_permissions.configure = .*
|
||||||
default_permissions.read = .*
|
default_permissions.read = .*
|
||||||
default_permissions.write = .*
|
default_permissions.write = .*
|
||||||
|
Reference in New Issue
Block a user