github.com/replicatedcom/ship@v0.50.0/integration/unfork/postgres/expected/base/initialization-configmap.yaml (about)

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