Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
```
helm install kubeai ./charts/kubeai
W0205 21:53:19.307473 1133781 warnings.go:70] spec.template.spec.containers[0].env[4]: hides previous definition of "ENABLE_OLLAMA_API", which may be dropped when using apply
```
  • Loading branch information
samos123 committed Feb 6, 2025
1 parent ce38b75 commit 4f692e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions charts/kubeai/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ open-webui:
value: "False"
- name: OPENAI_API_KEYS
value: "not-used"
- name: ENABLE_OLLAMA_API
value: "false"
- name: SHOW_ADMIN_DETAILS
value: "false"
- name: SAFE_MODE
Expand Down

0 comments on commit 4f692e0

Please sign in to comment.