Fix typo & .gitignore (#9)
* add scm-source.json to .gitignore * fix minor typo
This commit is contained in:
parent
c52d042f90
commit
946f623cf8
|
|
@ -26,3 +26,5 @@ _testmain.go
|
||||||
/.glide/
|
/.glide/
|
||||||
/build/
|
/build/
|
||||||
/docker/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
|
## 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.
|
Please, report any issues discovered to https://github.com/zalando-incubator/postgres-operator/issues.
|
||||||
|
|
||||||
## Setting up Go
|
## 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.
|
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
|
$ make docker push
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue