filecoin-project / helm-charts

7 stars 7 forks source link

enforce char limit with inverse truncation #189

Closed ognots closed 1 year ago

ognots commented 1 year ago

the old name convention only left 6 characters for the lotus pod name after the prefix, causing failuresin deployments. inverse truncation ensures a unique name, preserving pod name indices

GlacierWalrus commented 1 year ago

worth using a helper function rather than repeat the same string gymnastics?