Skip to content

Commit

Permalink
Changes in response to code review.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hallgren <thomas@tada.se>
  • Loading branch information
thallgren committed Feb 24, 2025
1 parent c26185e commit 90caca2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/telepresence-oss/values.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -535,11 +535,12 @@ properties:

$defs:
duration:
type: string
pattern: "^[+-]?(\\d+(\\.\\d+)?(h|m|s|ms|us|µs))+"
rfc1123Label:
description: RFC 1123 label name
type: string
pattern: "^[a-z0-9][a-z0-9-]{1,62}$"
pattern: "^[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?$"
logLevel:
type: string
enum:
Expand Down

0 comments on commit 90caca2

Please sign in to comment.