Allow helm charts to disable autonaming #1644
Labels
area/helm
kind/enhancement
Improvements or new features
mro2
Monica's list of 2st tier overlay related issues
resolution/fixed
This issue was fixed
Many Pulumi users do not want to use autonaming on their resources for a variety of good reasons. Our current helm implementation only allows this if the chart has a
fullNameOverride
value.We don't expose a
name
property like we do with many other resources, which makes this exceptionally difficult. You can sort of work around it with transformations, but it's not very user friendly.We should implement a
name
property for all resources in the Component to allow users to have flexibility over their namingThe text was updated successfully, but these errors were encountered: