[bitnami/solr] Remove extra initContainers entry (#5552)

This results in errors such as:

```sh
create Pod welp-solr-0 in StatefulSet welp-solr failed error: Pod "welp-solr-0" is invalid: spec.initContainers[1].name: Duplicate value: "load-solr-config"
```
This commit is contained in:
Matthew Critchlow
2021-02-18 23:07:49 -08:00
committed by GitHub
parent e81ac5eb39
commit 45cec6994e
2 changed files with 1 additions and 4 deletions

View File

@@ -27,4 +27,4 @@ name: solr
sources:
- https://github.com/bitnami/bitnami-docker-solr
- https://lucene.apache.org/solr/
version: 0.1.1
version: 0.1.2

View File

@@ -84,9 +84,6 @@ spec:
{{- if .Values.initContainers }}
{{- include "common.tplvalues.render" (dict "value" .Values.initContainers "context" $) | nindent 8 }}
{{- end }}
{{- if .Values.initContainers }}
{{- include "common.tplvalues.render" ( dict "value" .Values.initContainers "context" $ ) | nindent 8 }}
{{- end }}
containers:
- name: solr
image: {{ include "solr.image" . }}