From c1a235bd65cca4559d983a32e295640e887769f6 Mon Sep 17 00:00:00 2001 From: Aris Boutselis Date: Sun, 28 May 2023 13:31:25 +0100 Subject: [PATCH] chore: add filters to operator helm chart's crd (#130) Signed-off-by: Aris Boutselis Co-authored-by: Aris Boutselis --- chart/operator/templates/k8sgpt-crd.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chart/operator/templates/k8sgpt-crd.yaml b/chart/operator/templates/k8sgpt-crd.yaml index cdc3304f..08329967 100644 --- a/chart/operator/templates/k8sgpt-crd.yaml +++ b/chart/operator/templates/k8sgpt-crd.yaml @@ -53,6 +53,10 @@ spec: type: string noCache: type: boolean + filters: + items: + type: string + type: array secret: properties: key: