Skip to content

Commit 08984ce

Browse files
fix: use persistent key that complies with rfc 1035 (#18)
* Update main.star * Update main.star Co-authored-by: Barnabas Busa <busa.barnabas@gmail.com> --------- Co-authored-by: Barnabas Busa <busa.barnabas@gmail.com>
1 parent 4ebb2a5 commit 08984ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def run(
9292

9393
if persistent:
9494
files[DATA_DIRECTORY_PATH] = Directory(
95-
persistent_key="postgres_data_folder",
95+
persistent_key= "data-{0}".format(service_name),
9696
)
9797
env_vars["PGDATA"] = DATA_DIRECTORY_PATH + "/pgdata"
9898

0 commit comments

Comments
 (0)