diff --git a/Makefile b/Makefile index edeb27bac3..159fe4fa2e 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ install-test-deps: install-proxy-dev cd enterprise && python -m pip install -e . && cd .. install-helm-unittest: - helm plugin install https://github.com/helm-unittest/helm-unittest --version v0.4.4 + helm plugin install https://github.com/helm-unittest/helm-unittest --version v0.4.4 || echo "ignore error if plugin exists" # Formatting format: install-dev diff --git a/deploy/charts/litellm-helm/templates/migrations-job.yaml b/deploy/charts/litellm-helm/templates/migrations-job.yaml index 0d9f67ffb4..5cc72bf92e 100644 --- a/deploy/charts/litellm-helm/templates/migrations-job.yaml +++ b/deploy/charts/litellm-helm/templates/migrations-job.yaml @@ -54,7 +54,7 @@ spec: value: {{ .Values.db.database }} - name: DATABASE_URL value: {{ .Values.db.url | quote }} - {{- else if .Values.db.deployStandalone }}}} + {{- else if .Values.db.deployStandalone }} - name: DATABASE_URL value: postgresql://{{ .Values.postgresql.auth.username }}:{{ .Values.postgresql.auth.password }}@{{ .Release.Name }}-postgresql/{{ .Values.postgresql.auth.database }} {{- end }}