Skip to content

Commit

Permalink
Disable k8s api (#35)
Browse files Browse the repository at this point in the history
* Allow to run outside of K8S

* Allow to run outside of K8S - fix
  • Loading branch information
k8spacket authored Aug 20, 2024
1 parent 4c667ab commit cfa398d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/k8spacket/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ k8sPacket:
fieldSelector: status.phase=Running
labelSelector: name=k8spacket
plugins:
- https://github.com/k8spacket/plugins/releases/download/v2.0.4/nodegraph-$(arch).so
- https://github.com/k8spacket/plugins/releases/download/v2.0.4/tls-parser-$(arch).so
- https://github.com/k8spacket/plugins/releases/download/v2.0.5/nodegraph-$(arch).so
- https://github.com/k8spacket/plugins/releases/download/v2.0.5/tls-parser-$(arch).so
reverseLookup:
## Reverse lookup db file based on GeoLite2 Free Geolocation Data
## See: https://dev.maxmind.com/geoip/geolite2-free-geolocation-data?lang=en
Expand Down

0 comments on commit cfa398d

Please sign in to comment.