mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-21 02:56:50 +10:00
11 lines
372 B
YAML
11 lines
372 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ template "postgresql.fullname" . }}-init-scripts
|
|
labels:
|
|
app: "{{ template "postgresql.name" . }}"
|
|
chart: {{ template "postgresql.chart" . }}
|
|
release: {{ .Release.Name | quote }}
|
|
heritage: {{ .Release.Service | quote }}
|
|
data:
|
|
{{ (.Files.Glob "files/docker-entrypoint-initdb.d/*").AsConfig | indent 2 }} |