Skip to content

Commit

Permalink
show output in filebased example
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Aug 27, 2021
1 parent 5f2a51b commit 18c9756
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions examples/filebased/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,36 @@ kubectl logs deployment/kubetruth
```
kubectl describe configmap filetest
```
results in

```
Name: filetest
Namespace: default
Labels: app.kubernetes.io/managed-by=kubetruth
version=51988e7
Annotations: kubetruth/parameter_origins:
---
bar.json/other: filetest
foo.yml/bar: filetest
foo.yml/baz/boo: filetest
foo.yml/baz/bum: filetest
kubetruth/project_heirarchy:
---
filetest: {}
Data
====
foo.yml:
----
---
bar: hi
baz:
boo: yum
bum: fun
bar.json:
----
{"other":"myval"}
Events: <none>
```

0 comments on commit 18c9756

Please sign in to comment.