Replies: 2 comments
-
[👋 LiteLLM CTO] Hi @qdrddr , thanks for using LiteLLM. Can we hop on a quick call sometime this week? I’d love to help out with this issue + learn how we can improve litellm for you My cal for your convenience: https://calendly.com/d/4mp-gd3-k5k/berriai-1-1-onboarding-litellm-hosted-version?month=2023-10 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Your example works for me (ignoring the illegal yaml indentation). Fixed example: apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: ai-system
helmCharts:
- name: postgresql
repo: oci://registry-1.docker.io/bitnamicharts
version: 15.5.5
releaseName: litellm-postgresql
includeCRDs: true
namespace: ai-system Running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. Am I the only one having trouble with OCI bitnamicharts with kustomize?
kubectl kustomize infra-deployments/litellm/kustomizations --enable-helm > infra-deployments/litellm/kustomizations/litellm.kustimized.yaml
For example, if I have other OCI charts like this, all good:
But with bitnamicharts OCI repo, I have a problem:
kubectl kustomize infra-deployments/litellm/kustomizations --enable-helm > infra-deployments/litellm/kustomizations/litellm.kustimized.yaml
Error message:
Beta Was this translation helpful? Give feedback.
All reactions