openreplay/scripts/helm/db/postgresql/templates/extra-list.yaml

5 lines
170 B
YAML
Executable file

{{- if .Values.extraDeploy }}
apiVersion: v1
kind: List
items: {{- include "postgresql.tplValue" (dict "value" .Values.extraDeploy "context" $) | nindent 2 }}
{{- end }}