diff options
author | 2020-02-06 08:46:04 +0000 | |
---|---|---|
committer | 2020-02-06 08:46:04 +0000 | |
commit | 39180c61bcbd8785c84a1f9fd8ff30a6dc594e5d (patch) | |
tree | 15c50f40e87bfd2a4546e8b3f42184384a45fb6f /kubernetes/sdc/values.yaml | |
parent | 0ccdd6c9f20793ae46d0b39650d314e01ddec908 (diff) | |
parent | 60c7480788eee721c42e824ae22115073705c9c5 (diff) |
Merge "[COMMON] Create templates for services and PV"
Diffstat (limited to 'kubernetes/sdc/values.yaml')
-rw-r--r-- | kubernetes/sdc/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/sdc/values.yaml b/kubernetes/sdc/values.yaml index a7006bc56c..6abf911a89 100644 --- a/kubernetes/sdc/values.yaml +++ b/kubernetes/sdc/values.yaml @@ -29,7 +29,7 @@ global: ubuntuInitRepository: oomk8s ubuntuInitImage: ubuntu-init:1.0.0 cassandra: - #This flag allows SDC to instantiate its own cluster, serviceName + #This flag allows SDC to instantiate its own cluster, serviceName #should be sdc-cs if this flag is enabled localCluster: false #The cassandra service name to connect to (default: shared cassandra service) |