[bitnami/cassandra] Fix merge issue

This commit is contained in:
Javier J. Salmeron Garcia
2018-12-20 08:37:27 +01:00
parent 02c0648610
commit 46063ecef0
2 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
name: cassandra
version: 2.1.0
version: 2.1.1
appVersion: 3.11.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 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.
icon: https://bitnami.com/assets/stacks/cassandra/img/cassandra-stack-220x234.png

View File

@@ -222,20 +222,21 @@ spec:
path: keystore
- key: truststore
path: truststore
{{- end }}
{{- if or (.Files.Glob "files/conf/*") .Values.existingConfiguration }}
- name: configurations
configMap:
name: {{ template "cassandra.configurationCM" . }}
{{- end }}
{{- if not .Values.persistence.enabled }}
- name: data
emptyDir: {}
{{- else }}
{{- if or (.Files.Glob "files/docker-entrypoint-initdb.d/*") (.Values.initDBConfigMap) }}
- name: init-db
configMap:
name: {{ template "cassandra.initDbCM" . }}
{{- end }}
{{- if not .Values.persistence.enabled }}
- name: data
emptyDir: {}
{{- else }}
volumeClaimTemplates:
- metadata:
name: data