numaproj / helm-charts

Helm charts for the Numaproj ecosystem projects.
Apache License 2.0
4 stars 3 forks source link

Update chart to support namespaced scope installation #2

Closed chandankumar4 closed 9 months ago

chandankumar4 commented 9 months ago

Install numaflow

Cluster scope installation:

helm install numaflow numaflow/helm-chart --namespace numaflow-system --create-namespace

Namespace scope installation

helm install numaflow numaflow/helm-chart --namespace numaflow-system --set configs.namespacedScope=true --create-namespace
whynowy commented 9 months ago

We should have some scripts to help on the automation on things like copying the CRDs, generating the namespace scoped and cluster scoped RBAC settings..