Resource names respect long unique suffix
Closed this issue · 1 comments
jkupferer commented
The unique id, "guid", is considered the generated portion of the ResourceHandle name. Currently poolboy expects that the generated portion is always five characters long.
Poolboy should use metadata.generateName
to determine the unique suffix rather than have a length of five characters hard-coded.