From 9e59aefcc10ba79954eb02abfa39f43bf77418a6 Mon Sep 17 00:00:00 2001 From: Shai Katz Date: Wed, 21 Nov 2018 03:03:34 +0200 Subject: [PATCH] Minor readme fix (#9106) * Fix code block Signed-off-by: Shai Katz * bump chart version Signed-off-by: Shai Katz * one more readme typo Signed-off-by: Shai Katz --- stable/ark/Chart.yaml | 2 +- stable/ark/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/ark/Chart.yaml b/stable/ark/Chart.yaml index 7061327311..bf048cf30f 100644 --- a/stable/ark/Chart.yaml +++ b/stable/ark/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 0.9.1 description: A Helm chart for ark name: ark -version: 1.2.2 +version: 1.2.3 home: https://heptio.com/products/#heptio-ark sources: - https://github.com/heptio/ark diff --git a/stable/ark/README.md b/stable/ark/README.md index c40efab6e2..bc79ac5fa7 100644 --- a/stable/ark/README.md +++ b/stable/ark/README.md @@ -67,9 +67,9 @@ Parameter | Description | Default `configuration.persistentVolumeProvider.name` | The name of the cloud provider the cluster is using for persistent volumes, if any | `{}` `configuration.persistentVolumeProvider.config.region` | The cloud provider region (AWS only) | `` `configuration.persistentVolumeProvider.config.apiTimeout` | The API timeout (Azure only) | -`configuration.backupStorageProvider.nam` | The name of the cloud provider that will be used to actually store the backups (`aws`, `azure`, `gcp`) | `` +`configuration.backupStorageProvider.name` | The name of the cloud provider that will be used to actually store the backups (`aws`, `azure`, `gcp`) | `` `configuration.backupStorageProvider.bucket` | The storage bucket where backups are to be uploaded | `` -`configuration.backupStorageProvider.config.regio`n | The cloud provider region (AWS only) | `` +`configuration.backupStorageProvider.config.region` | The cloud provider region (AWS only) | `` `configuration.backupStorageProvider.config.s3ForcePathStyle` | Set to `true` for a local storage service like Minio | `` `configuration.backupStorageProvider.config.s3Url` | S3 url (primarily used for local storage services like Minio) | `` `configuration.backupStorageProvider.config.kmsKeyId` | KMS key for encryption (AWS only) | ``