[bitnami/cassandra]: Remove duplicate env var definition (#3493)

* Remove duplicate env var definition

CASSANDRA_ENDPOINT_SNITCH is already defined in line 111

* Update Chart.yaml

bump version
This commit is contained in:
nirroz93
2020-08-24 11:26:31 +03:00
committed by GitHub
parent 795e5be09d
commit 68c2529d55
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: cassandra
version: 5.6.1
version: 5.6.2
appVersion: 3.11.7
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 high availability with no single point of failure. Cassandra offers robust support for clusters spanning multiple datacenters, with asynchronous masterless replication allowing low latency operations for all clients.
keywords:

View File

@@ -126,8 +126,6 @@ spec:
name: {{ .Values.tlsEncryptionSecretName }}
key: keystore-password
{{- end }}
- name: CASSANDRA_ENDPOINT_SNITCH
value: {{ .Values.cluster.endpointSnitch }}
- name: CASSANDRA_RACK
value: {{ .Values.cluster.rack }}
{{- if .Values.jvm.maxHeapSize }}