Merge pull request #944 from bitnami/carrodher-patch-1

[bitnami/etc] Fix README
This commit is contained in:
Carlos Rodríguez Hernández
2018-11-21 17:14:59 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: etcd
version: 1.3.0
version: 1.3.1
appVersion: 3.3.10
description: etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines
keywords:
+3 -3
View File
@@ -60,9 +60,9 @@ The following tables lists the configurable parameters of the etcd chart and the
| `statefulset.replicaCount` | Number of etcd nodes | `1` |
| `useConfigmap` | Switch to use the config map for etcd | `false` |
| `allowNoneAuthentication` | Allow to use etcd without configuring RBAC authentication | `true` |
| `auth.rbac.enabled` | Switch to enable the etcd authentication. | `false` |
| `auth.rbac.rootPassword` | Password for the root user | `false` |
| `auth.rbac.existingSecret` | Name of the existing secret containing the root password | `false` |
| `auth.rbac.enabled` | Switch to enable the etcd authentication. | `true` |
| `auth.rbac.rootPassword` | Password for the root user | `nil` |
| `auth.rbac.existingSecret` | Name of the existing secret containing the root password | `nil` |
| `auth.client.secureTransport` | Switch to encrypt client communication using TLS certificates | `false` |
| `auth.client.useAutoTLS` | Switch to automatically create the TLS certificates | `false` |
| `auth.client.enableAuthentication` | Switch to enable host authentication using TLS certificates. Requires existing secret. | `secret` |