From a8461a600fdbdd22a1d8d3edbc2b5e77ba0ed5ba Mon Sep 17 00:00:00 2001 From: Hang Yan Date: Thu, 22 Aug 2024 11:55:25 +0800 Subject: [PATCH] update crd short name Signed-off-by: Hang Yan --- build/charts/antrea/crds/packetcapture.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/charts/antrea/crds/packetcapture.yaml b/build/charts/antrea/crds/packetcapture.yaml index 08552e0da42..66d0f275bf7 100644 --- a/build/charts/antrea/crds/packetcapture.yaml +++ b/build/charts/antrea/crds/packetcapture.yaml @@ -130,6 +130,7 @@ spec: type: integer minimum: 1 maximum: 300 + default: 60 captureConfig: type: object anyOf: @@ -171,4 +172,4 @@ spec: singular: packetcapture kind: PacketCapture shortNames: - - pcp + - pcap