Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 2f1ce51

Browse files
author
Alan Christie
committed
fix: Fix copy command
1 parent e2cdcc4 commit 2f1ce51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/fragalysis-stack/templates/statefulset-database.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
command:
6060
- '/bin/sh'
6161
- '-c'
62-
- 'mkdir -p /var/lib/postgresql/data/pgdata && cp $_'
62+
- 'mkdir -p /var/lib/postgresql/data/pgdata && cp /etc/postgresql/postgresql.conf $_'
6363
volumeMounts:
6464
# Persistent volume for data
6565
- mountPath: /var/lib/postgresql/data

0 commit comments

Comments
 (0)