Skip to content

Commit 86a4fec

Browse files
authored
Update README.md
1 parent 64e70f4 commit 86a4fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Configuration is asking for:
4848
```yaml
4949
apiVersion: v1
5050
data:
51-
config.yaml: '{"resources":[{"group":"","version":"v1","kind":"Secret"},{"group":"apps","version":"v1","kind":"Deployment"}],"logs":[{"namespace":"kube-system","sinceSeconds":600}]}'
51+
config.json: '{"resources":[{"group":"","version":"v1","kind":"Secret"},{"group":"apps","version":"v1","kind":"Deployment"}],"logs":[{"namespace":"kube-system","sinceSeconds":600}]}'
5252
kind: ConfigMap
5353
metadata:
5454
name: k8s-collector
@@ -138,4 +138,4 @@ For instance, we asked k8s-collector to collect __Secret__ and __Deployment__ fr
138138
- Deployment => all collected Deployment instances in the cert-manager namespace will be here
139139
- Secret => all collected Secret instance in the cert-manager namespace will be here
140140
141-
I developed to be used along with [Sveltos](https://github.com/projectsveltos) but it can be used on its own.
141+
I developed to be used along with [Sveltos](https://github.com/projectsveltos) but it can be used on its own.

0 commit comments

Comments
 (0)