[bitnami/rabbitmq-cluster-operator] Add missing extra-list.yaml (#7574)

Signed-off-by: juan131 <juanariza@vmware.com>
This commit is contained in:
Juan Ariza Toledano
2021-09-22 17:38:46 +02:00
committed by GitHub
parent 7e1834c668
commit a77684b26f
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -24,4 +24,4 @@ name: rabbitmq-cluster-operator
sources:
- https://github.com/bitnami/bitnami-docker-rabbitmq-cluster-operator
- https://github.com/rabbitmq/cluster-operator
version: 0.1.3
version: 0.1.4
@@ -0,0 +1,4 @@
{{- range .Values.extraDeploy }}
---
{{ include "common.tplvalues.render" (dict "value" . "context" $) }}
{{- end }}