Skip to content

Commit

Permalink
chore(mongodb): adjust init (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Mar 28, 2022
1 parent 46df59b commit 69e3d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 9.2.2
version: 9.2.3
2 changes: 1 addition & 1 deletion charts/common/templates/lib/dependencies/_mongodbInit.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69e3d20

Please sign in to comment.