postgres-operator/pkg/cluster
Oleksii Kliukin 2e226dee26 Avoid overwriting infrastrure roles.
When a role is defined in the infrastructure roles and the cluster
manifest use the infrastructure role definition and add flags
defined in the manifest.

Previously the role has been overwritten by the definition from the
manifest.  Because a random password is generated for each role from the
manifest the applications relying on the infrastructure role credentials
from the infrastructure roles secret were unable to connect.
2017-12-04 10:49:25 +01:00
..
cluster.go Avoid overwriting infrastrure roles. 2017-12-04 10:49:25 +01:00
exec.go return idle status when worker has nothing to do 2017-10-11 15:42:20 +02:00
filesystems.go Make use of kubernetes client-go v4 2017-07-25 15:25:17 +02:00
k8sres.go Tweak our reaction to the cluster upgrade process. 2017-11-30 14:11:49 +01:00
pg.go Fix the connection leak and user options sync. 2017-11-27 16:46:34 +01:00
pod.go Tweak our reaction to the cluster upgrade process. 2017-11-30 14:11:49 +01:00
resources.go use sync methods while updating the cluster 2017-11-03 12:00:43 +01:00
sync.go Allow global configuration options for API roles. 2017-11-22 10:43:35 +01:00
types.go add comments on roles 2017-09-11 17:44:32 +02:00
util.go use sync methods while updating the cluster 2017-11-03 12:00:43 +01:00
volumes.go use sync methods while updating the cluster 2017-11-03 12:00:43 +01:00