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
since we derive k8s resource names from the CR's .Name, we may hit char limit caps. let's add a reasonable cap to the .Name value, and we can also look to limit any hash suffixes to maybe 6 chars?
The text was updated successfully, but these errors were encountered:
since we derive k8s resource names from the CR's
.Name
, we may hit char limit caps. let's add a reasonable cap to the.Name
value, and we can also look to limit any hash suffixes to maybe 6 chars?The text was updated successfully, but these errors were encountered: