mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Add missing efsProvisioner prefix (#10882)
Signed-off-by: Dawid Malinowski <dawidmalina@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c792eeb546
commit
11fa809d7a
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: efs-provisioner
|
||||
description: A Helm chart for the AWS EFS external storage provisioner
|
||||
version: 0.1.4
|
||||
version: 0.1.5
|
||||
appVersion: v2.1.0-k8s1.11
|
||||
home: https://github.com/kubernetes-incubator/external-storage/tree/master/aws/efs
|
||||
sources:
|
||||
|
||||
@@ -34,7 +34,7 @@ permission to mount EFS file systems.
|
||||
At a minimum you must the supply the EFS file system ID and the AWS region
|
||||
|
||||
```
|
||||
helm install stable/efs-provisioner --set efsFileSystemId=fs-12345678 --set awsRegion=us-east-2
|
||||
helm install stable/efs-provisioner --set efsProvisioner.efsFileSystemId=fs-12345678 --set efsProvisioner.awsRegion=us-east-2
|
||||
```
|
||||
|
||||
All the values documented below and by `helm inspect values`.
|
||||
|
||||
Reference in New Issue
Block a user