postgres-operator/pkg/cluster
Thierry Sallé ea3eef45d9
Additional volumes capability (#736)
* Allow additional Volumes to be mounted

* added TargetContainers option to determine if additional volume need to be mounter or not

* fixed dependencies

* updated manifest additional volume example

* More validation

Check that there are no volume mount path clashes or "all" vs ["a", "b"]
mixtures. Also change the default behaviour to mount to "postgres"
container.

* More documentation / example about additional volumes

* Revert go.sum and go.mod from origin/master

* Declare addictionalVolume specs in CRDs

* fixed k8sres after rebase

* resolv conflict

Co-authored-by: Dmitrii Dolgov <9erthalion6@gmail.com>
Co-authored-by: Thierry <thierry@malt.com>
2020-04-15 09:13:35 +02:00
..
cluster.go Prevent superuser from being a connection pool user (#906) 2020-04-09 09:21:45 +02:00
cluster_test.go Prevent superuser from being a connection pool user (#906) 2020-04-09 09:21:45 +02:00
database.go Call me pooler, not pool (#883) 2020-04-01 10:34:03 +02:00
exec.go Move operator to go 1.14 (#882) 2020-03-30 15:50:17 +02:00
filesystems.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
k8sres.go Additional volumes capability (#736) 2020-04-15 09:13:35 +02:00
k8sres_test.go Additional volumes capability (#736) 2020-04-15 09:13:35 +02:00
pod.go Move operator to go 1.14 (#882) 2020-03-30 15:50:17 +02:00
resources.go Prevent superuser from being a connection pool user (#906) 2020-04-09 09:21:45 +02:00
resources_test.go Call me pooler, not pool (#883) 2020-04-01 10:34:03 +02:00
sync.go Call me pooler, not pool (#883) 2020-04-01 10:34:03 +02:00
sync_test.go Call me pooler, not pool (#883) 2020-04-01 10:34:03 +02:00
types.go Connection pooler (#799) 2020-03-25 12:57:26 +01:00
util.go kubernetes_use_configmap (#887) 2020-04-02 13:20:45 +02:00
volumes.go Move operator to go 1.14 (#882) 2020-03-30 15:50:17 +02:00