[bitnami/cassandra ]Fix volume definition for initDB secret (#3612)

* Volume definition for a secret

* Increase patch version
This commit is contained in:
Nicola Benaglia
2020-09-07 08:54:03 +02:00
committed by GitHub
parent 591c45810b
commit cae512e8d7
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: cassandra
version: 5.6.3
version: 5.6.4
appVersion: 3.11.8
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

@@ -256,8 +256,8 @@ spec:
{{- end }}
{{- if .Values.initDBSecret }}
- name: init-db-secret
configMap:
name: {{ tpl .Values.initDBSecret $ }}
secret:
secretName: {{ tpl .Values.initDBSecret $ }}
{{- end }}
{{- if not .Values.persistence.enabled }}
- name: data