Fix typo in yml files (#2760)

Users statement was mentioned twice in templates - fix this simple typo by removing duplicates.
This commit is contained in:
Stan Bogatkin
2023-07-17 15:55:06 +03:00
committed by GitHub
parent a4d29eb99e
commit 480b8dbf95
3 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ bootstrap:
# Additional script to be launched after initial cluster creation (will be passed the connection URL as parameter)
# post_init: /usr/local/bin/setup_cluster.sh
# Some additional users users which needs to be created after initializing new cluster
# Some additional users which needs to be created after initializing new cluster
users:
admin:
password: admin%

View File

@@ -87,7 +87,7 @@ bootstrap:
# Additional script to be launched after initial cluster creation (will be passed the connection URL as parameter)
# post_init: /usr/local/bin/setup_cluster.sh
# Some additional users users which needs to be created after initializing new cluster
# Some additional users which needs to be created after initializing new cluster
users:
admin:
password: admin%

View File

@@ -84,7 +84,7 @@ bootstrap:
- encoding: UTF8
- data-checksums
# Some additional users users which needs to be created after initializing new cluster
# Some additional users which needs to be created after initializing new cluster
users:
admin:
password: admin%