Skip to content

Commit

Permalink
chore: updated the demo gif (#87)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
AlexsJones committed May 12, 2023
1 parent 7e04b61 commit 0843174
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ helm install release k8sgpt/k8sgpt-operator -n k8sgpt-operator-system --create-n

## Run the example

<img src="images/demo1.gif" width="600px;"/>
<img src="images/demo2.gif" width="600px;"/>

1. Install the operator from the [Installation](#installation) section.

Expand Down
5 changes: 2 additions & 3 deletions config/samples/core_v1alpha1_k8sgpt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ apiVersion: core.k8sgpt.ai/v1alpha1
kind: K8sGPT
metadata:
name: k8sgpt-sample
namespace: k8sgpt-operator-system
spec:
namespace: default
model: gpt-3.5-turbo
backend: openai
noCache: false
version: v0.2.4
version: v0.3.0
enableAI: true
secret:
name: k8sgpt-sample-secret
key: openai-api-key

# TODO(user): Add fields here
Binary file added images/demo2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0843174

Please sign in to comment.