Skip to content

Commit

Permalink
fix: readme namespaces (#86)
Browse files Browse the repository at this point in the history
* chore: removed old charts

Signed-off-by: Alex Jones <alexsimonjones@gmail.com>

* fix: readme namespace update

Signed-off-by: Alex Jones <alexsimonjones@gmail.com>

---------

Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
AlexsJones committed May 12, 2023
1 parent 009919f commit 7e04b61
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It will allow you to create a custom resource that defines the behaviour and sco

```
helm repo add k8sgpt https://charts.k8sgpt.ai/
helm install release k8sgpt/k8sgpt-operator
helm install release k8sgpt/k8sgpt-operator -n k8sgpt-operator-system --create-namespace
```

## Run the example
Expand All @@ -25,7 +25,8 @@ helm install release k8sgpt/k8sgpt-operator

2. Create secret:
```sh
kubectl create secret generic k8sgpt-sample-secret --from-literal=openai-api-key=$OPENAI_TOKEN -n kube-system
kubectl create secret generic k8sgpt-sample-secret --from-literal=openai-api-key=$OPENAI_TOKEN -n k8sgpt-
operator-system
```

3. Apply the K8sGPT configuration object:
Expand All @@ -35,7 +36,7 @@ apiVersion: core.k8sgpt.ai/v1alpha1
kind: K8sGPT
metadata:
name: k8sgpt-sample
namespace: kube-system
namespace: k8sgpt-operator-system
spec:
model: gpt-3.5-turbo
backend: openai
Expand Down
Binary file removed charts/k8sgpt-operator-v0.0.1.tgz
Binary file not shown.
Binary file removed charts/k8sgpt-operator-v0.0.2.tgz
Binary file not shown.
Binary file removed charts/k8sgpt-operator-v0.0.3.tgz
Binary file not shown.
Binary file removed charts/k8sgpt-operator-v0.0.5.tgz
Binary file not shown.
Binary file removed charts/k8sgpt-operator-v0.0.6.tgz
Binary file not shown.

0 comments on commit 7e04b61

Please sign in to comment.