Fix typo & .gitignore (#9)

* add scm-source.json to .gitignore

* fix minor typo
This commit is contained in:
Henning Jacobs 2017-05-14 17:52:51 +02:00 committed by GitHub
parent c52d042f90
commit 946f623cf8
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -26,3 +26,5 @@ _testmain.go
/.glide/
/build/
/docker/build/
scm-source.json

View File

@ -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