Skip to content

Commit

Permalink
Update network-policy.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Sep 7, 2024
1 parent 1fc5ced commit 193f619
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions onyxia-api/src/main/resources/schemas/ide/network-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"title": "Enable network policy",
"description": "Only pod from the same namespace will be allowed",
"default": false,
"hidden": {
"value": true
"x-onyxia": {
"hidden": true
}
},
"from": {
"type": "array",
"description": "Array of source allowed to have network access to your service",
"default": [],
"hidden": {
"value": true
"x-onyxia": {
"hidden": true
}
}
}
Expand Down

0 comments on commit 193f619

Please sign in to comment.