[incubator/cassandra] update readme SA create to true (#8100)

* [incubator/cassandra] update readme SA create to true

Signed-off-by: Maor <maor.friedman@nuvo-group.com>

* [incubator/cassandra] bump chart version to 0.6.1

Signed-off-by: Maor <maor.friedman@nuvo-group.com>
This commit is contained in:
Maor Friedman
2018-10-02 14:36:36 -07:00
committed by k8s-ci-robot
parent f0f62f382d
commit 8ec3dd34a8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: cassandra
version: 0.6.0
version: 0.6.1
appVersion: 3
description: Apache Cassandra is a free and open-source distributed database management
system designed to handle large amounts of data across many commodity servers, providing
+1 -1
View File
@@ -116,7 +116,7 @@ The following table lists the configurable parameters of the Cassandra chart and
| `readinessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed. | `1` |
| `readinessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | `3` |
| `rbac.create` | Specifies whether RBAC resources should be created | `true` |
| `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `false` |
| `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
| `serviceAccount.name` | The name of the ServiceAccount to use | |
| `backup.enabled` | Enable backup on chart installation | `false` |
| `backup.schedule` | Keyspaces to backup, each with cron time | |