mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-21 02:56:50 +10:00
Merge pull request #944 from bitnami/carrodher-patch-1
[bitnami/etc] Fix README
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user