mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-08 15:30:21 +00:00
ec29ec1ac2
To deploy additional manifests with the release. Signed-off-by: Ruslan Khizhnyak <mustdiechik@gmail.com>
5 lines
77 B
YAML
5 lines
77 B
YAML
{{- range .Values.extraDeploy }}
|
|
---
|
|
{{- tpl ( . | toYaml) $ }}
|
|
{{- end }}
|