Skip to content

Commit

Permalink
Merge pull request #1 from keptn-sandbox/update_readme
Browse files Browse the repository at this point in the history
Fix error in readme
  • Loading branch information
christian-kreuzberger-dtx authored Mar 31, 2020
2 parents 437b66d + 7fdf6fc commit e140864
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .reviewdog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
runner:
# examples
golint:
cmd: golint ./...
errorformat:
- "%f:%l:%c: %m"
level: warning
gofmt:
cmd: gofmt -l .
errorformat:
- "%f:%l:%c: %m"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ If you want to get more insights, please look into [main.go](main.go), [deploy/s
* Build the docker image: `docker build . -t your-username/keptn-service-template-go:dev` (Note: Replace `your-username` with your DockerHub account/organization)
* Push the docker image to DockerHub: `docker push your-username/keptn-service-template-go:dev` (Note: Replace `your-username` with your DockerHub account/organization)
* Deploy the service using `kubectl`: `kubectl apply -f deploy/`
* Undeploy the service using `kubectl`: `kubectl deploy -f deploy/`
* Delete/undeploy the service using `kubectl`: `kubectl delete -f deploy/`
* Watch the deployment using `kubectl`: `kubectl -n keptn get deployment keptn-service-template-go -o wide`
* Get logs using `kubectl`: `kubectl -n keptn logs deployment/keptn-service-template-go -f`
* Watch the deployed pods using `kubectl`: `kubectl -n keptn get pods -l run=keptn-service-template-go`
Expand Down

0 comments on commit e140864

Please sign in to comment.