Skip to content

Commit

Permalink
fix(schema): minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Oct 31, 2023
1 parent 3abeabb commit 0d9aed2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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

0 comments on commit 0d9aed2

Please sign in to comment.