Skip to content

Commit

Permalink
chore: updated chart
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
AlexsJones committed Mar 28, 2024
1 parent ba25ad2 commit 460fbdc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions chart/operator/templates/k8sgpt-crd.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down Expand Up @@ -74,6 +75,8 @@ spec:
model:
default: gpt-3.5-turbo
type: string
region:
type: string
secret:
properties:
key:
Expand Down Expand Up @@ -194,7 +197,7 @@ spec:
type: string
type: object
status:
description: K8sGPTStatus defines the observed state of K8sGPT
description: K8sGPTStatus defines the observed state of K8sGPT show the current backend used
type: object
type: object
served: true
Expand All @@ -206,4 +209,4 @@ status:
kind: ""
plural: ""
conditions: []
storedVersions: []
storedVersions: []

0 comments on commit 460fbdc

Please sign in to comment.