Skip to content
Snippets Groups Projects
Commit 946f623c authored by Henning Jacobs's avatar Henning Jacobs Committed by GitHub
Browse files

Fix typo & .gitignore (#9)

* add scm-source.json to .gitignore

* fix minor typo
parent c52d042f
No related branches found
No related tags found
No related merge requests found
......@@ -26,3 +26,5 @@ _testmain.go
/.glide/
/build/
/docker/build/
scm-source.json
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment