From 807a318c4ce0b389507739d7b5f95decb347ec28 Mon Sep 17 00:00:00 2001 From: JuHyung Son Date: Fri, 16 Feb 2024 23:04:54 +0900 Subject: [PATCH] fix: add kubeconfig field in helm chart crd template (#345) Signed-off-by: JuHyung-Son --- chart/operator/templates/k8sgpt-crd.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/chart/operator/templates/k8sgpt-crd.yaml b/chart/operator/templates/k8sgpt-crd.yaml index 12f7386e..d1b0fac6 100644 --- a/chart/operator/templates/k8sgpt-crd.yaml +++ b/chart/operator/templates/k8sgpt-crd.yaml @@ -115,6 +115,16 @@ spec: type: boolean type: object type: object + kubeconfig: + description: Define the kubeconfig the Deployment must use. If empty, + the Deployment will use the ServiceAccount provided by Kubernetes + itself. + properties: + key: + type: string + name: + type: string + type: object noCache: type: boolean nodeSelector: