Skip to content

Commit

Permalink
fix(schema): minor fixes (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Nov 6, 2023
1 parent c3f9301 commit a0d7a91
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions plugins/contrib/charts/app/kontinuous.values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@
"type": "string",
"examples": ["/"]
},
"paths": {
"description": "List of URL paths to map the ingress to",
"type": "array",
"items": {
"type": "string"
}
},
"rewriteTarget": {
"description": "Redirect path on the service",
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion plugins/contrib/charts/jobs/kontinuous.values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"$ref": "https://raw.githubusercontent.com/socialgouv/kontinuous/v1/plugins/contrib/jobs/create-db/use.schema.json#"
}
},
"required": ["with"]
"required": []
},
"else": {
"if": {
Expand Down
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 a0d7a91

Please sign in to comment.