Creates a StorageClass. From here: https://github.com/kubernetes/kubernetes/blob/master/cluster/addons/storage-class/aws/default.yaml
Homepage: https://github.com/deliveryhero/helm-charts
Add Delivery Hero public chart repo:
helm repo add deliveryhero https://charts.deliveryhero.io/
A simple install with default values:
helm install deliveryhero/aws-storage-class
To install the chart with the release name my-release
:
helm install my-release deliveryhero/aws-storage-class
To install with some set values:
helm install my-release deliveryhero/aws-storage-class --set values_key1=value1 --set values_key2=value2
To install with custom values file:
helm install my-release deliveryhero/aws-storage-class -f values.yaml
Key | Type | Default | Description |
---|---|---|---|
gp2.default | bool | true |
|
gp2.volumeBindingMode | string | "WaitForFirstConsumer" |
|
io1_10.default | bool | false |
|
io1_10.volumeBindingMode | string | "WaitForFirstConsumer" |
|
io1_20.default | bool | false |
|
io1_20.volumeBindingMode | string | "WaitForFirstConsumer" |
Name | Url | |
---|---|---|
max-rocket-internet | [email protected] |