postgres-operator/pkg/spec
Oleksii Kliukin 25a306244f
Support for per-cluster and operator global sidecars (#331)
* Define sidecars in the operator configuration.

Right now only the name and the docker image can be defined, but with
the help of the pod_environment_configmap parameter arbitrary
environment variables can be passed to the sidecars.

* Refactoring around generatePodTemplate.

Original implementation of per-cluster sidecars by @theRealWardo 

Per review by @zerg-junior and @Jan-M
2018-07-02 16:25:27 +02:00
..
postgresql.go Support for per-cluster and operator global sidecars (#331) 2018-07-02 16:25:27 +02:00
postgresql_test.go Use deepcopy to propagate the spec to clusters. 2018-05-17 16:05:12 +02:00
types.go Fix exec into pods to resize volumes for multi-container pods. 2018-06-04 14:51:39 +02:00
types_test.go Adjust unit tests for namespace decoding 2018-02-16 11:13:08 +01:00