Skip to content

Commit

Permalink
updated collection method for acs secured clusters (#95)
Browse files Browse the repository at this point in the history
* updated collection method for acs secured clusters

* Make test
  • Loading branch information
day0hero authored Jul 8, 2023
1 parent 384bf8b commit 41fb72b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ spec:
centralEndpoint: central-stackrox.{{ .Values.global.hubClusterDomain }}:443
perNode:
collector:
collection: KernelModule
collection: EBPF
imageFlavor: Regular
taintToleration: TolerateTaints
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ spec:
centralEndpoint: central-stackrox.apps.hub.example.com:443
perNode:
collector:
collection: KernelModule
collection: EBPF
imageFlavor: Regular
taintToleration: TolerateTaints
2 changes: 1 addition & 1 deletion tests/hub-acs-secured-industrial-edge-hub.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ spec:
centralEndpoint: central-stackrox.apps.hub.example.com:443
perNode:
collector:
collection: KernelModule
collection: EBPF
imageFlavor: Regular
taintToleration: TolerateTaints
2 changes: 1 addition & 1 deletion tests/hub-acs-secured-medical-diagnosis-hub.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ spec:
centralEndpoint: central-stackrox.apps.hub.example.com:443
perNode:
collector:
collection: KernelModule
collection: EBPF
imageFlavor: Regular
taintToleration: TolerateTaints
2 changes: 1 addition & 1 deletion tests/hub-acs-secured-naked.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ spec:
centralEndpoint: central-stackrox.:443
perNode:
collector:
collection: KernelModule
collection: EBPF
imageFlavor: Regular
taintToleration: TolerateTaints
2 changes: 1 addition & 1 deletion tests/hub-acs-secured-normal.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ spec:
centralEndpoint: central-stackrox.apps.hub.example.com:443
perNode:
collector:
collection: KernelModule
collection: EBPF
imageFlavor: Regular
taintToleration: TolerateTaints

0 comments on commit 41fb72b

Please sign in to comment.