#helm (2020-06)

Archive: https://archive.sweetops.com/helm/

2020-06-23

Cameron Boulton avatar
Cameron Boulton

For folks using Helm with a chart for an operator: what’s a good pattern you’ve come across/implemented to chart the custom resources that the controller’s CRDs define? For example if you’re using the Prometheus operator, how are you charting the Prometheus resources that you create via the operator? I’m imagining almost a passthrough/generic chart that parameterizes/templatizes kind , metadata , spec, etc.

    keyboard_arrow_up