From 11fa809d7a15dbfa4df3f3bb093b1f83c668c7c3 Mon Sep 17 00:00:00 2001 From: Dawid Malinowski Date: Sat, 26 Jan 2019 19:36:45 +0100 Subject: [PATCH] Add missing efsProvisioner prefix (#10882) Signed-off-by: Dawid Malinowski --- stable/efs-provisioner/Chart.yaml | 2 +- stable/efs-provisioner/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/efs-provisioner/Chart.yaml b/stable/efs-provisioner/Chart.yaml index 7e6d94777e..98d944d334 100644 --- a/stable/efs-provisioner/Chart.yaml +++ b/stable/efs-provisioner/Chart.yaml @@ -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: diff --git a/stable/efs-provisioner/README.md b/stable/efs-provisioner/README.md index 9648ac7ffe..4573e27c5a 100644 --- a/stable/efs-provisioner/README.md +++ b/stable/efs-provisioner/README.md @@ -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`.