mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Make sure no substitution attemps is made when params is empty. (#2212)
Close #2209
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ bootstrap:
|
||||
# Some additional users users which needs to be created after initializing new cluster
|
||||
users:
|
||||
admin:
|
||||
password: admin
|
||||
password: admin%
|
||||
options:
|
||||
- createrole
|
||||
- createdb
|
||||
|
||||
Reference in New Issue
Block a user