Skip to content

Commit

Permalink
Merge pull request #51 from AnaisUrlichs/operator-docs
Browse files Browse the repository at this point in the history
fix: operator version to update
  • Loading branch information
AlexsJones committed Jun 5, 2023
2 parents 677dff5 + 40a67b7 commit cd36bdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/getting-started/in-cluster-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,16 @@ spec:
model: gpt-3.5-turbo
backend: openai
noCache: false
version: v0.3.0
version: <VERSION>
enableAI: true
secret:
name: k8sgpt-sample-secret
key: openai-api-key
EOF
```

Please replace the `<VERSION>` field with the [current release of K8sGPT](https://github.com/k8sgpt-ai/k8sgpt/releases). At the time of writing this is `v0.3.6`.

### Regarding out of cluster traffic to AI backends

In the above example `enableAI` is set to `true`.
Expand Down

0 comments on commit cd36bdb

Please sign in to comment.