| commit | 8c99d62f9f247075f62cb838a41653fbf8382795 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Tue May 30 14:40:50 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Tue May 30 14:40:50 2023 +0400 |
| tree | e8d34b48d14e25338b588569f66452cea56d1a40 | |
| parent | 3ca1f3fe3115fefc0dd06e8c2ce06bb37abc9016 [diff] [blame] |
charts: postgresql
diff --git a/charts/postgresql/templates/extra-list.yaml b/charts/postgresql/templates/extra-list.yaml new file mode 100644 index 0000000..9ac65f9 --- /dev/null +++ b/charts/postgresql/templates/extra-list.yaml
@@ -0,0 +1,4 @@ +{{- range .Values.extraDeploy }} +--- +{{ include "common.tplvalues.render" (dict "value" . "context" $) }} +{{- end }}