[bitnami/*] Affinity based on common presets (ii) (#4472)

This commit is contained in:
Juan Ariza Toledano
2020-11-25 09:57:36 +01:00
committed by GitHub
parent 17909ff576
commit 934259f781
95 changed files with 2674 additions and 1166 deletions

View File

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