From 149fc14877ee802267efcff090114f084d31342e Mon Sep 17 00:00:00 2001 From: cccs-jc Date: Sun, 8 Dec 2019 08:25:51 -0500 Subject: [PATCH] added to readme and values-production.yaml --- bitnami/spark/README.md | 3 ++- bitnami/spark/values-production.yaml | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/bitnami/spark/README.md b/bitnami/spark/README.md index 4cb86c6a2..c4c955cf8 100644 --- a/bitnami/spark/README.md +++ b/bitnami/spark/README.md @@ -114,7 +114,8 @@ The following tables lists the configurable parameters of the spark chart and th | `worker.readinessProbe.timeoutSeconds` | When the probe times out | 5 | | `worker.readinessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | 6 | | `worker.readinessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed | 1 | -| `security.passwordsSecretName` | Secret to use when using security configuration to set custom passwords | No default | +| `worker.extraVolumes` | Array of extra volumes to be added to the Spark worker deployment (evaluated as template). Requires setting `worker.extraVolumeMounts` | `nil` | | +| `worker.extraVolumeMounts` | Array of extra volume mounts to be added to the Spark worker deployment (evaluated as template). Normally used with `worker.extraVolumes`. | `nil` | `security.passwordsSecretName` | Secret to use when using security configuration to set custom passwords | No default | | `security.rpc.authenticationEnabled` | Enable the RPC authentication | `no` | | `security.rpc.encryptionEnabled` | Enable the encryption for RPC | `no` | | `security.storageEncryptionEnabled` | Enable the encryption of the storage | `no` | diff --git a/bitnami/spark/values-production.yaml b/bitnami/spark/values-production.yaml index ddf62ca73..3f6f2dfc9 100644 --- a/bitnami/spark/values-production.yaml +++ b/bitnami/spark/values-production.yaml @@ -233,6 +233,14 @@ worker: ## Max number of workers when using autoscaling replicasMax: 10 + ## Array to add extra volumes + ## + ## extraVolumes: + + ## Array to add extra mounts (normally used with extraVolumes) + ## + ## extraVolumeMounts: {} + ## Security configuration ## security: