Create Helm chart for PravegaCluster #163
Labels
kind/task
Task not directly related to a feature
priority/P1
Recoverable error, functionality/performance impaired but not lost, no permanent damage
status/ready
The issue is ready to be worked on; or the PR is ready to review
We currently have a Helm chart for deploying the operator, but we are missing a full-featured chart that creates all needed resources and deploys a Pravega cluster. The resources that this chart needs to manage are the following:
All these resources can be currently found at the
deploy/
directory. These manifests need to be transformed into chart templates to make them configurable.As a first version of the chart we don't need to make it fully configurable, but at least we need to be able to configure the following options:
As a reference, we can take a look at other Helm charts in https://github.com/helm/charts/tree/master/stable.
The text was updated successfully, but these errors were encountered: