Skip to content

Commit

Permalink
chore: set the default db storage as docker volume instead of a mount (
Browse files Browse the repository at this point in the history
…#9127)

for default devcluster configs
  • Loading branch information
hamidzr authored Apr 9, 2024
1 parent 8b11e3a commit 2c3ce29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/devcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stages:

# data_dir is where the persistent files will be saved to. If this key
# is not present, the database will not persist at all.
data_dir: ~/.postgres
data_dir: det-postgres

- master:
pre:
Expand Down
2 changes: 1 addition & 1 deletion tools/k8s/devcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ stages:
password: postgres
container_name: determined_db
image_name: "postgres:10.14"
data_dir: ~/.postgres
data_dir: det-postgres

- master:
pre:
Expand Down

0 comments on commit 2c3ce29

Please sign in to comment.