mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 14:57:18 +08:00
* [bitnami/postgresql-ha] Add standard Bitnami parameters * Extend the use of common * Lint issues * Lint
6 lines
174 B
YAML
6 lines
174 B
YAML
{{- if .Values.extraDeploy }}
|
|
apiVersion: v1
|
|
kind: List
|
|
items: {{- include "common.tplvalues.render" (dict "value" .Values.extraDeploy "context" $) | nindent 2 }}
|
|
{{- end }}
|