Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NVSHAS-9451: support separate network mode and Process and File mode in CRD (helm) #443

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions charts/core/templates/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ spec:
- basic
- zero-drift
type: string
mode:
enum:
- Discover
- Monitor
- Protect
type: string
type: object
target:
properties:
Expand Down Expand Up @@ -215,6 +221,14 @@ spec:
type: string
original_name:
type: string
mon_metric:
type: boolean
grp_sess_cur:
type: integer
grp_sess_rate:
type: integer
grp_band_width:
type: integer
required:
- name
type: object
Expand Down Expand Up @@ -448,6 +462,12 @@ spec:
- basic
- zero-drift
type: string
mode:
enum:
- Discover
- Monitor
- Protect
type: string
type: object
target:
properties:
Expand Down Expand Up @@ -481,6 +501,14 @@ spec:
type: string
original_name:
type: string
mon_metric:
type: boolean
grp_sess_cur:
type: integer
grp_sess_rate:
type: integer
grp_band_width:
type: integer
required:
- name
type: object
Expand Down
12 changes: 12 additions & 0 deletions charts/crd/templates/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@ spec:
- basic
- zero-drift
type: string
mode:
enum:
- Discover
- Monitor
- Protect
type: string
type: object
target:
properties:
Expand Down Expand Up @@ -455,6 +461,12 @@ spec:
- basic
- zero-drift
type: string
mode:
enum:
- Discover
- Monitor
- Protect
type: string
type: object
target:
properties:
Expand Down
Loading