odpi / egeria-charts

Helm chart repository
https://odpi.github.io/egeria-charts
Apache License 2.0
13 stars 9 forks source link

#119 add support for storage class #252

Closed planetf1 closed 1 year ago

planetf1 commented 1 year ago

To use

helm install <blah blah> --set storageClassName='ibmc-vpc-block-general-purpose'

or

helm install <blah blah> -f config/values/lab-storageclass.yaml

The same storageclass will be used for all allocations. No other customizations are possible.

This has been implemented in base & lab charts