diff --git a/.gitignore b/.gitignore index 00d6ceb31..8ed98b028 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ _testmain.go /.glide/ /build/ /docker/build/ + +scm-source.json diff --git a/README.md b/README.md index d1d811dc8..934ac269d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ it manages and updates them with the new docker images; afterwards, all pods fro ## Status -This project is currently in development. It is used internally by Zalando in order to run staging databases on Kuberenetes. +This project is currently in development. It is used internally by Zalando in order to run staging databases on Kubernetes. Please, report any issues discovered to https://github.com/zalando-incubator/postgres-operator/issues. ## Setting up Go @@ -51,7 +51,7 @@ Next, install dependencies with glide by issuing: This would take a while to complete. You have to redo `make deps` every time you dependencies list changes, i.e. after adding a new library dependency. -Build the operator docker image and pushing it to pierone: +Build the operator docker image and pushing it to Pier One: $ make docker push