Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Nov 1, 2023
1 parent 0d9aed2 commit e02e7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/contrib/jobs/pg-restore/use.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "schema for pg-restore job usage",
"type": "object",
"additionalProperties": false,
"required": ["restorePath", "databaseUser"],
"required": ["restorePath"],
"properties": {
"pgAdminUserSecretRefName": {
"description": "Secret with admin credentials to the database server",
Expand Down

0 comments on commit e02e7dd

Please sign in to comment.