Skip to content

Commit

Permalink
resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvoigt-dd committed Sep 12, 2024
1 parent f3cd221 commit 36d391a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Next choose a target Kubernetes cluster, either:
Finally run the compiled binary with default configuration:

```bash
bin/build/kubehound
bin/kubehound
```

To view the generated graph see the [Using KubeHound Data](#using-kubehound-data) section.
Expand Down
2 changes: 1 addition & 1 deletion deployments/kubehound/kubegraph/kubehound-db-init.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@ System.out.println("[KUBEHOUND] graph schema and indexes ready");
mgmt.close();

// Close the open connection
:remote close
:remote close

0 comments on commit 36d391a

Please sign in to comment.