Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Update values.schema.json
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Schneider <[email protected]>
  • Loading branch information
JensAc committed Nov 9, 2022
1 parent 242326a commit 3d099a8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions charts/pre-gardenlet/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,20 @@
"id": {
"allOf": [
{
"type": "string",
"pattern": "^.{6}$"
},
{
"type": "string",
"pattern": "(.*)([a-e]+)(.*)"
"pattern": "([a-z0-9]){6}"
}
]
},
"secret": {
"allOf": [
{
"type": "string",
"pattern": "^.{16}$"
},
{
"type": "string",
"pattern": "(.*)([a-e]+)(.*)"
"pattern": "([a-z0-9]){16}"
}
]
}
Expand Down

0 comments on commit 3d099a8

Please sign in to comment.