Skip to content

Commit

Permalink
fix: set maxlength of dns (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartusz01 committed Jun 30, 2021
1 parent 2252555 commit 9f1ecb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion values-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,8 @@ definitions:
workload:
$ref: '#/definitions/labelsAnnotations'
domain:
description: A custom service domain name.
description: A custom service domain name (max 64 bytes).
maxLength: 64
type: string
forwardPath:
default: false
Expand Down

0 comments on commit 9f1ecb1

Please sign in to comment.