Skip to content

Commit f5f9e8a

Browse files
committed
minor alterations
Signed-off-by: jarebudev <[email protected]>
1 parent ce52c26 commit f5f9e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hips/hip-9999.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Most resources in Kubernetes have a 253 character limit. The 63 character limit
3737

3838
Blanket truncating to 63 characters, as Helm currently encourages, ensures that names supplied to a template will fit within Kubernetes naming limits and not lead to a Helm deployment failure.
3939

40-
Truncation however is in effect an attempt to avoid a configuration error by the chart user as it's hiding the error rather than making the chart user ensure their configuration does not violate Kubernetes naming restrictions.
40+
Truncation however is in effect an attempt to avoid a configuration error by the chart user as it's hiding the error, rather than making the chart user ensure that their configuration does not violate Kubernetes naming restrictions.
4141

4242
Truncation can also lead to naming collisions when deploying multiple times to the same namespace.
4343

@@ -53,7 +53,7 @@ By reducing the need for truncation and trimming logic in chart templates, this
5353

5454
## Backwards compatibility
5555

56-
Charts that already truncate names and labels to 63 characters will not be impacted by this change (as they are already ensuring the name/label is not more than 63 characters long by truncating.
56+
Charts that already truncate names and labels to 63 characters will not be impacted by this change (as they are already ensuring the name/label is not more than 63 characters long by truncating).
5757

5858
## Security implications
5959

0 commit comments

Comments
 (0)