From 6afeb06d5e55f35c86aad715c8aff4c94f691396 Mon Sep 17 00:00:00 2001 From: Esther Chen <38331531+esther-suse@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:28:40 -0700 Subject: [PATCH] Update charts\core\templates\crd.yaml for NVSHAS-9121 Update NvSecurityRule/NvClusterSecurityRule crd schema in the helm chart: mon_metric: type: boolean grp_sess_cur: type: integer grp_sess_rate: type: integer grp_band_width: type: integer --- charts/core/templates/crd.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/charts/core/templates/crd.yaml b/charts/core/templates/crd.yaml index e3a0bfdb..48c5b07f 100644 --- a/charts/core/templates/crd.yaml +++ b/charts/core/templates/crd.yaml @@ -215,6 +215,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 @@ -481,6 +489,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