Allow disabling name hashes on the chart level #1037
Labels
effort/small
1 day tops
feature-request
New/Enhanced functionality wanted
priority/p1
Should be on near term plans
Currently the hash of the construct path is always suffixed to the autogenerated resource name. We should add an option on the chart to opt-out of this.
For example, the following code:
Will generate a
Deployment
resource with the following name:my-chart-deployment-c8c354dd
.In some cases the hash is undesirable and currently users are forced to override the
Chart.generateObjectName
method to drop the hashes. Lets make this easier by adding a chart property that allows dropping the hashes.The text was updated successfully, but these errors were encountered: