Skip to content

Commit

Permalink
Merge branch 'main' into main#release#patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ssyno committed Nov 15, 2023
2 parents ee559f3 + d32adf0 commit 5f17e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/key/key.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
// (does not contain 1 and l, to avoid confusion)
NameChars = "023456789abcdefghijkmnopqrstuvwxyz"
// NameLengthLong represents the number of characters used to create a resource name when --enable-long-names feature flag is used.
NameLengthLong = 10
NameLengthLong = 20
// NameLengthShort represents the number of characters used to create a resource name.
NameLengthShort = 5

Expand Down

0 comments on commit 5f17e9f

Please sign in to comment.