GHP publish
This commit is contained in:
1
nextcloud/charts/postgresql/files/README.md
Normal file
1
nextcloud/charts/postgresql/files/README.md
Normal file
@ -0,0 +1 @@
|
||||
Copy here your postgresql.conf and/or pg_hba.conf files to use it as a config map.
|
4
nextcloud/charts/postgresql/files/conf.d/README.md
Normal file
4
nextcloud/charts/postgresql/files/conf.d/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
If you don't want to provide the whole configuration file and only specify certain parameters, you can copy here your extended `.conf` files.
|
||||
These files will be injected as a config maps and add/overwrite the default configuration using the `include_dir` directive that allows settings to be loaded from files other than the default `postgresql.conf`.
|
||||
|
||||
More info in the [bitnami-docker-postgresql README](https://github.com/bitnami/bitnami-docker-postgresql#configuration-file).
|
@ -0,0 +1,3 @@
|
||||
You can copy here your custom `.sh`, `.sql` or `.sql.gz` file so they are executed during the first boot of the image.
|
||||
|
||||
More info in the [bitnami-docker-postgresql](https://github.com/bitnami/bitnami-docker-postgresql#initializing-a-new-instance) repository.
|
Reference in New Issue
Block a user