mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-04 21:41:22 -03:00
chore(mongodb): adjust init (#13)
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 9.2.2
|
||||
version: 9.2.3
|
||||
|
||||
@@ -25,7 +25,7 @@ This template ensures pods with mongodb dependency have a delayed start
|
||||
args:
|
||||
- >
|
||||
until
|
||||
echo "db.runCommand(\"ping\").ok" | mongo --host ${MONGODB_HOST} --port 27017 ${MONGODB_DATABASE} --quiet;
|
||||
echo "db.runCommand(\"ping\")" | mongo --host ${MONGODB_HOST} --port 27017 ${MONGODB_DATABASE} --quiet;
|
||||
do sleep 2;
|
||||
done
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user