{{- if and .Values.migrations.enabled .Values.postgres.enabled }} apiVersion: v1 kind: ConfigMap metadata: name: {{ include "cloudhost-platform.fullname" . }}-migrations namespace: {{ include "cloudhost-platform.namespace" . }} labels: {{- include "cloudhost-platform.labels" . | nindent 4 }} data: {{- (.Files.Glob "migrations/*.sql").AsConfig | nindent 2 }} {{- end }}