github.com/replicatedcom/ship@v0.50.0/integration/init_app/helm-github/expected/installer/postgres-forked-private-source/postgres-forked/configmap.yaml (about)

     1  # Source: postgresql/templates/initialization-configmap.yaml
     2  apiVersion: v1
     3  kind: ConfigMap
     4  metadata:
     5    name: postgres-postgresql-init-scripts
     6    labels:
     7      app: postgresql
     8      chart: postgresql-2.6.6
     9      release: "postgres"
    10      heritage: "Tiller"
    11  data:
    12    README.md: |-
    13      You can copy here your custom `.sh`, `.sql` or `.sql.gz` file so they are executed during the first boot of the image.
    14  
    15      More info in the [bitnami-docker-postgresql](https://github.com/bitnami/bitnami-docker-postgresql#initializing-a-new-instance) repository.