Skip to content

Commit

Permalink
feat: fix secret caching (#575)
Browse files Browse the repository at this point in the history
* chore: rebasing

Signed-off-by: AlexsJones <[email protected]>

* fix: missing key for secret

Signed-off-by: AlexsJones <[email protected]>

---------

Signed-off-by: AlexsJones <[email protected]>
  • Loading branch information
AlexsJones authored Dec 10, 2024
1 parent c570e07 commit ad735b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/samples/caching_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ spec:
backend: openai
secret:
name: k8sgpt-sample-secret
key: openai-api-key
remoteCache:
interplex:
endpoint: release-interplex-service:8084
repository: ghcr.io/k8sgpt-ai/k8sgpt
version: v0.3.48
version: v0.3.48

0 comments on commit ad735b6

Please sign in to comment.