Skip to content

Commit

Permalink
Markdown formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored May 24, 2020
1 parent 502a5ba commit ab8adc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ Currently supported deployment mechanisms:

- [kubernetes/helm][3]


[1]: https://github.com/jacobbednarz/go-csp-collector/blob/master/sample.filterlist.txt
[2]: https://github.com/jacobbednarz/go-csp-collector/releases
[3]: https://github.com/jacobbednarz/go-csp-collector/blob/master/deployment/kubernetes-helm/README.md
4 changes: 2 additions & 2 deletions deployments/kubernetes-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ $ helm upgrade csp-collector kubernetes-helm --values custom-values.yaml --insta
```

## Introduction

This chart deploys a Content Security Policy violation collector from
https://github.com/jacobbednarz/go-csp-collector/

Using the [kubernetes-helm/values.yaml][1] file create a custom-values.yaml override
with just the changed values then run the command above.
eg.
```
replicaCount: 2
custom:
filterlist: "custom.filter.list"
Expand All @@ -35,6 +35,7 @@ ingress:
```
## Config params
| Parameter | Description | Default |
| --------------------------- | :------------------------------- | :----------------------------- |
| `ingress` | A standard ingress block | |
Expand All @@ -51,5 +52,4 @@ ingress:
| `custom.filterlist` | Name of file within the configMaps dir for custom filters| `false` Uses list compiled into the app |
| `custom.jsonOutput` | Log entries as json objects, use `false` for plain text | `true` |

[1]: https://github.com/jacobbednarz/go-csp-collector/blob/master/deployment/kubernetes-helm/values.yaml

0 comments on commit ab8adc1

Please sign in to comment.