[bitnami/kafka] Add support for deploying extra resources (#3101)

Signed-off-by: juan131 <juanariza@vmware.com>
This commit is contained in:
Juan Ariza Toledano
2020-07-13 13:17:12 +02:00
committed by GitHub
parent d2b35dc934
commit 07a0dad896
6 changed files with 94 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
{{- if .Values.extraDeploy }}
apiVersion: v1
kind: List
items: {{- include "kafka.tplValue" (dict "value" .Values.extraDeploy "context" $) | nindent 2 }}
{{- end }}