From 54263f89e43e65bbb27c99677446a20dcfdb1abe Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sat, 28 Apr 2018 00:45:18 +0800 Subject: [PATCH] [stable/etcd-operator] Typo fix: secrete->secret (#5292) * Update Chart.yaml version: 0.7.7 * Update README.md --- stable/etcd-operator/Chart.yaml | 2 +- stable/etcd-operator/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/etcd-operator/Chart.yaml b/stable/etcd-operator/Chart.yaml index 65be2f1181..678dbd79d4 100755 --- a/stable/etcd-operator/Chart.yaml +++ b/stable/etcd-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: CoreOS etcd-operator Helm chart for Kubernetes name: etcd-operator -version: 0.7.6 +version: 0.7.7 appVersion: 0.7.0 home: https://github.com/coreos/etcd-operator icon: https://raw.githubusercontent.com/coreos/etcd/master/logos/etcd-horizontal-color.png diff --git a/stable/etcd-operator/README.md b/stable/etcd-operator/README.md index aea03b0d16..746d73d7db 100644 --- a/stable/etcd-operator/README.md +++ b/stable/etcd-operator/README.md @@ -80,7 +80,7 @@ The following table lists the configurable parameters of the etcd-operator chart | `backupOperator.resources.memory` | Memory limit per etcd-operator pod | `128Mi` | | `backupOperator.spec.storageType` | Storage to use for backup file, currently only S3 supported | `S3` | | `backupOperator.spec.s3.s3Bucket` | Bucket in S3 to store backup file | | -| `backupOperator.spec.s3.awsSecret` | Name of kubernetes secrete containing aws credentials | | +| `backupOperator.spec.s3.awsSecret` | Name of kubernetes secret containing aws credentials | | | `backupOperator.nodeSelector` | Node labels for etcd operator pod assignment | `{}` | | `backupOperator.commandArgs` | Additional command arguments | `{}` | | `restoreOperator.name` | Restore operator name | `etcd-backup-operator` | @@ -91,7 +91,7 @@ The following table lists the configurable parameters of the etcd-operator chart | `restoreOperator.resources.cpu` | CPU limit per etcd-operator pod | `100m` | | `restoreOperator.resources.memory` | Memory limit per etcd-operator pod | `128Mi` | | `restoreOperator.spec.s3.path` | Path in S3 bucket containing the backup file | | -| `restoreOperator.spec.s3.awsSecret` | Name of kubernetes secrete containing aws credentials | | +| `restoreOperator.spec.s3.awsSecret` | Name of kubernetes secret containing aws credentials | | | `restoreOperator.nodeSelector` | Node labels for etcd operator pod assignment | `{}` | | `restoreOperator.commandArgs` | Additional command arguments | `{}` | | `etcdCluster.name` | etcd cluster name | `etcd-cluster` |