mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +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
|
interval: 10
|
||||||
---
|
---
|
||||||
apiVersion: k8s.kolide.com/v1/alpha1
|
apiVersion: k8s.kolide.com/v1/alpha1
|
||||||
kind: OsqueryQuery
|
kind: OsqueryDecorator
|
||||||
spec:
|
spec:
|
||||||
name: hostname
|
name: hostname
|
||||||
query: select hostname from system_info;
|
query: select hostname from system_info;
|
||||||
|
|
@ -173,7 +173,7 @@ spec:
|
||||||
query: slack_not_running
|
query: slack_not_running
|
||||||
---
|
---
|
||||||
apiVersion: k8s.kolide.com/v1/alpha1
|
apiVersion: k8s.kolide.com/v1/alpha1
|
||||||
kind: OsqueryQuery
|
kind: OsqueryLabel
|
||||||
spec:
|
spec:
|
||||||
name: slack_not_running
|
name: slack_not_running
|
||||||
query: >
|
query: >
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue