chore: rename testkube-ai-service.db to postgres to align with other services#511
chore: rename testkube-ai-service.db to postgres to align with other services#511
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR updates the AI enabling documentation to reflect the Helm chart rename of the Key changes:
Issue found:
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Helm Chart: testkube-ai-service] --> B[enabled: true]
A --> C["postgres: (renamed from db:)"]
A --> D[llmApi]
C --> C1[secretRef.name]
C --> C2[secretRef.endpointKey]
C --> C3[secretRef.usernameKey]
C --> C4[secretRef.passwordKey]
C --> C5[name: testkube_ai]
D --> D1[secretRef]
D --> D2[secretRefKey]
E[testkube-cloud-api] --> E1[aiApiSubdomain]
E --> E2[restApiSubdomain]
F[testkube-cloud-ui] --> F1["ai.enabled: true"]
style C fill:#90EE90
style A fill:#lightblue
|
Updated testkube-ai-service documentation to accompany helm changes of https://github.com/kubeshop/testkube-cloud-api/pull/3238