mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Replace mistaken uses of OsqueryQuery (#1677)
This commit is contained in:
parent
1bd622bce7
commit
6442736c12
1 changed files with 2 additions and 2 deletions
|
|
@ -154,7 +154,7 @@ spec:
|
|||
interval: 10
|
||||
---
|
||||
apiVersion: k8s.kolide.com/v1/alpha1
|
||||
kind: OsqueryQuery
|
||||
kind: OsqueryDecorator
|
||||
spec:
|
||||
name: hostname
|
||||
query: select hostname from system_info;
|
||||
|
|
@ -173,7 +173,7 @@ spec:
|
|||
query: slack_not_running
|
||||
---
|
||||
apiVersion: k8s.kolide.com/v1/alpha1
|
||||
kind: OsqueryQuery
|
||||
kind: OsqueryLabel
|
||||
spec:
|
||||
name: slack_not_running
|
||||
query: >
|
||||
|
|
|
|||
Loading…
Reference in a new issue