This is an automated email from the ASF dual-hosted git repository.
eamonford pushed a commit to branch bug_fixes
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
The following commit(s) were added to refs/heads/bug_fixes by this push:
new 8331965 Typo
8331965 is described below
commit 83319659c3c6c65c94015da5a874ed1cd6172dfd
Author: Eamon Ford <[email protected]>
AuthorDate: Wed Dec 2 16:31:12 2020 -0800
Typo
---
helm/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm/README.md b/helm/README.md
index 2777140..2746ffb 100644
--- a/helm/README.md
+++ b/helm/README.md
@@ -180,7 +180,7 @@ The following table lists the configurable parameters of
the NEXUS chart and the
| `cassandra.resources.requests.memory` | Memory to request per Cassandra
replica| `8Gi` |
| `cassandra.resources.limits.cpu` | CPU limit per Cassandra replica |
`1` |
| `cassandra.resources.limits.memory` | Memory limit per Cassandra replica |
`8Gi` |
-| `external.cassandraHost` | External Cassandra host to for if
`cassandra.enabled` is set to `false`. This should be set if connecting SDAP to
a Cassandra database that is not deployed by the SDAP Helm chart. | `nil`|
+| `external.cassandraHost` | External Cassandra host for if
`cassandra.enabled` is set to `false`. This should be set if connecting SDAP to
a Cassandra database that is not deployed by the SDAP Helm chart. | `nil`|
| `external.cassandraUsername` | Optional Cassandra username, only
applies if `external.cassandraHost` is set.| `nil`|
| `external.cassandraPassword` | Optional Cassandra password, only
applies if `external.cassandraHost` is set.| `nil`|