diff --git a/README.md b/README.md index 76c65a8c..4ae0f129 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ helm install release k8sgpt/k8sgpt-operator -n k8sgpt-operator-system --create-n ## Run the example - + 1. Install the operator from the [Installation](#installation) section. diff --git a/config/samples/core_v1alpha1_k8sgpt.yaml b/config/samples/core_v1alpha1_k8sgpt.yaml index 40b6d7f5..677a698e 100644 --- a/config/samples/core_v1alpha1_k8sgpt.yaml +++ b/config/samples/core_v1alpha1_k8sgpt.yaml @@ -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 diff --git a/images/demo2.gif b/images/demo2.gif new file mode 100644 index 00000000..1effb505 Binary files /dev/null and b/images/demo2.gif differ