postgres-operator/pkg/cluster
Dmitrii Dolgov 6d1a1ea22c Fix role sync if default pool user/schema changed
It requires more accurate lookup function synchronization and couple
fixes on the way (e.g. few get rid of using schema from a user secret).
For lookup function, since it's idempotend, sync it when we're not sure
if it was installed (e.g. when the operator was shutdown and start sync
everything at the start) and then remember that it was installed.
2020-03-13 14:34:54 +01:00
..
cluster.go Fix role sync if default pool user/schema changed 2020-03-13 14:34:54 +01:00
cluster_test.go Add more tests 2020-02-24 16:20:59 +01:00
database.go Fix role sync if default pool user/schema changed 2020-03-13 14:34:54 +01:00
exec.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
filesystems.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
k8sres.go Fix role sync if default pool user/schema changed 2020-03-13 14:34:54 +01:00
k8sres_test.go Add possibility to set max db connections 2020-03-03 15:58:33 +01:00
pod.go move StatefulSet to apps/v1 (#675) 2019-09-30 16:42:04 +02:00
resources.go Fix role sync if default pool user/schema changed 2020-03-13 14:34:54 +01:00
resources_test.go Add more tests 2020-02-24 16:20:59 +01:00
sync.go Fix role sync if default pool user/schema changed 2020-03-13 14:34:54 +01:00
sync_test.go Fix tests 2020-03-06 14:35:31 +01:00
types.go Add more tests 2020-02-12 17:31:10 +01:00
util.go Prevent original labels from update 2020-03-05 14:36:13 +01:00
volumes.go Fixing spelling mistake in delete PVC function name (#691) 2019-10-18 16:41:56 +02:00