--- apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - cnpg_cluster.yaml - cnpg_pooler.yaml - deployment.yaml - hpa.yaml - gateway.yaml - httproute.yaml - namespace.yaml - redis-deployment.yaml - redis-pvc.yaml - services.yaml - vaultauth.yaml - vaultstaticsecret.yaml configMapGenerator: - name: litellm-config files: - config.yaml=resources/config.yaml options: disableNameSuffixHash: true - name: litellm-env literals: - STORE_MODEL_IN_DB=True options: disableNameSuffixHash: true