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 14:55:06 +02:00
committed by GitHub
parent a4d29eb99e
commit 480b8dbf95
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ bootstrap:
# Additional script to be launched after initial cluster creation (will be passed the connection URL as parameter) # 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 # 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: users:
admin: admin:
password: admin% password: admin%
+1 -1
View File
@@ -87,7 +87,7 @@ bootstrap:
# Additional script to be launched after initial cluster creation (will be passed the connection URL as parameter) # 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 # 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: users:
admin: admin:
password: admin% password: admin%
+1 -1
View File
@@ -84,7 +84,7 @@ bootstrap:
- encoding: UTF8 - encoding: UTF8
- data-checksums - 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: users:
admin: admin:
password: admin% password: admin%