Skip to content

Commit

Permalink
fix: add kubeconfig field in helm chart crd template (#345)
Browse files Browse the repository at this point in the history
Signed-off-by: JuHyung-Son <sonju0427@gmail.com>
  • Loading branch information
JuHyung-Son committed Feb 16, 2024
1 parent 7a957e7 commit 807a318
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions chart/operator/templates/k8sgpt-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 807a318

Please sign in to comment.