mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 07:17:26 +08:00
[bitnami/kafka] Add support for deploying extra resources (#3101)
Signed-off-by: juan131 <juanariza@vmware.com>
This commit is contained in:
committed by
GitHub
parent
d2b35dc934
commit
07a0dad896
5
bitnami/kafka/templates/extra-list.yaml
Normal file
5
bitnami/kafka/templates/extra-list.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
{{- if .Values.extraDeploy }}
|
||||
apiVersion: v1
|
||||
kind: List
|
||||
items: {{- include "kafka.tplValue" (dict "value" .Values.extraDeploy "context" $) | nindent 2 }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user