postgres-operator/pkg/cluster
Rafia Sabih 12458f2d32 Do not sync roles for standby
Standby cluster is streaming from the master and does not require
to create or use databases of it's own. Hence, bypass the creation
of users or databases.

Though the standby cluster would work without this also, but will have
errors in logs, this is to avoid that.
2019-06-20 12:19:00 +02:00
..
cluster.go Some typos/spelling mistakes fix (#580) 2019-06-06 14:20:15 +02:00
cluster_test.go Use /status subresource instead of plain manifest field (#534) 2019-05-07 12:01:45 +02:00
database.go database.go: remove hardcoded .svc.cluster.local dns suffix (#561) 2019-05-31 16:32:00 +02: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 Merge branch 'master' of https://github.com/zalando/postgres-operator into standby 2019-06-17 10:54:21 +02:00
k8sres_test.go generate spilo config can return error (with test) (#570) 2019-05-22 17:35:03 +02:00
pod.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
resources.go Some typos/spelling mistakes fix (#580) 2019-06-06 14:20:15 +02:00
sync.go Do not sync roles for standby 2019-06-20 12:19:00 +02:00
types.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
util.go Add logical backup (#442) 2019-05-16 15:52:01 +02:00
volumes.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00