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: