1
0
Fork 0

docs: fix docker examples, add warnings to log output

This commit is contained in:
ssube 2019-06-25 07:59:38 -05:00
parent 0129221f7a
commit a2b42e4e46
3 changed files with 23 additions and 1 deletions

20
.codeclimate.yml Normal file
View File

@ -0,0 +1,20 @@
version: "2"
exclude_patterns:
- docs/dev/style.md
- src/migration/
- vendor/
plugins:
duplication:
enabled: true
config:
languages:
typescript:
mass_threshold: 225 # avoid increasing, increments of 5
fixme:
enabled: true
markdownlint:
enabled: true
shellcheck:
enabled: true

View File

@ -17,7 +17,7 @@ defaults, and other magic.
## Usage
To run with Docker (**recommended**): `docker run -v ${HOME}:/root:ro --rm -i ssube/salty-dog:master`
To run with Docker (**recommended**): `docker run --rm ssube/salty-dog:master`
To download, validate, and apply a Kubernetes resource:

View File

@ -3,5 +3,7 @@ data:
level: info
name: salty-dog
streams:
- level: warn
path: !stream stderr
- level: info
path: /tmp/salty-dog.log