Skip to content

Commit ae8e141

Browse files
andrewlecuyerJeff McCormick
authored andcommitted
Fix invalid 'backrestrepo' mount path (#793)
1 parent ff43dc6 commit ae8e141

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/roles/pgo-operator/files/pgo-configs/cluster-deployment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"name": "pgdata",
8888
"readOnly": false
8989
}, {
90-
"mountPath": "/backuprestrepo",
90+
"mountPath": "/backrestrepo",
9191
"name": "backrestrepo"
9292
}, {
9393
"mountPath": "/pguser",

conf/postgres-operator/cluster-deployment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"name": "pgdata",
8888
"readOnly": false
8989
}, {
90-
"mountPath": "/backuprestrepo",
90+
"mountPath": "/backrestrepo",
9191
"name": "backrestrepo"
9292
}, {
9393
"mountPath": "/pguser",

0 commit comments

Comments
 (0)