Commit Graph

10 Commits

Author SHA1 Message Date
Felix Kunde d54f3a1e0f use more recent image 2019-05-08 12:57:25 +02:00
Felix Kunde dde4ba8aca resolve conflicts with master 2019-05-08 12:54:09 +02:00
Felix Kunde 3a7d503fe0 put pod-related stuff to kubernetes configs 2019-05-08 12:51:08 +02:00
Felix Kunde d56913432d more alignment between CRD and ConfigMap 2019-05-07 13:51:47 +02:00
Felix Kunde 0fbfbb23bb
Use /status subresource instead of plain manifest field (#534)
* turns PostgresStatus type into a struct with field PostgresClusterStatus
* setStatus patch target is now /status subresource
* unmarshalling PostgresStatus takes care of previous status field convention
* new simple bool functions status.Running(), status.Creating()
2019-05-07 12:01:45 +02:00
Felix Kunde 132c3dae60 fix deployment.yaml template 2019-04-16 11:13:55 +02:00
Felix Kunde c7607c8581 add helm template for CRD config 2019-04-15 15:22:22 +02:00
Sergey Dudoladov c1d108a832
Fix CRD-based operator configuration (#541)
* Fix CRD-based operator configuration

* add inherited labels, update docker image
2019-04-15 13:52:38 +02:00
Aaron Miller 15ec6a920d Config option to allow Spilo container to run non-privileged. (#525)
* Config option to allow Spilo container to run non-privileged.

Runs non-privileged by default.

Fixes #395

* add spilo_privileged to manifests/configmap.yaml

* add spilo_privileged to helm chart's values.yaml
2019-04-03 17:13:39 +02:00
Taehyun Kim 6778c3c03c Add helm chart (#434)
Helm chart, that contains all required components to install postgres-operator.
So far all the versions are hardcoded to the latest release, and documentation
mention helm mostly for development purposes with minikube.
2019-03-29 11:26:13 +01:00