You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have any suggestions or ideas about how to extend this chart functionality,
260
+
we welcome you to collaborate in [Issues](https://github.com/stackstorm/stackstorm-ha/issues)
261
+
and contribute via [Pull Requests](https://github.com/stackstorm/stackstorm-ha/pulls).
262
+
However if you need something very custom and specific to your infra that doesn't fit official chart plans,
263
+
we strongly recommend you to create a parent Helm chart with custom K8s objects and referencing `stackstorm-ha` chart
264
+
as a child dependency.
265
+
This approach allows not only extending sub-chart with custom objects and templates within the same deployment,
266
+
but also adds flexibility to include many sub-chart dependencies and pin versions as well as include all the sub-chart values in one single place.
267
+
This approach is infra-as-code friendly and more reproducible. See official Helm documentation about
268
+
[Subcharts](https://helm.sh/docs/chart_template_guide/#subcharts-and-global-values) and [Dependencies](https://helm.sh/docs/developing_charts/#managing-dependencies-manually-via-the-charts-directory).
0 commit comments