helm-charts
helm-charts copied to clipboard
feat: Support custom manifests through the extraManifests value
This change introduces the extraManifests value, allowing users to provide and render arbitrary additional Kubernetes manifests as part of the chart deployment. This enables injecting custom resources (such as ConfigMaps or any other Kubernetes objects) directly through values without modifying the chart itself.
@stefangries hi Could you spare a few minutes for this PR?