You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hips/hip-9999.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Most resources in Kubernetes have a 253 character limit. The 63 character limit
37
37
38
38
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.
39
39
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.
41
41
42
42
Truncation can also lead to naming collisions when deploying multiple times to the same namespace.
43
43
@@ -53,7 +53,7 @@ By reducing the need for truncation and trimming logic in chart templates, this
53
53
54
54
## Backwards compatibility
55
55
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).
0 commit comments