From 5a00136c954495e2e517c79533732651ec9831a1 Mon Sep 17 00:00:00 2001 From: JuHyung-Son Date: Fri, 16 Feb 2024 19:30:47 +0900 Subject: [PATCH] fix: add kubeconfig field in helm chart crd template 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: