From 9d0103e224712d068d1329eb4c525d85f1cc8805 Mon Sep 17 00:00:00 2001 From: Mikio Stewart Date: Wed, 21 Aug 2024 08:37:21 -0700 Subject: [PATCH] fix configmap name in print --- deploy/charts/litellm-helm/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/litellm-helm/templates/deployment.yaml b/deploy/charts/litellm-helm/templates/deployment.yaml index 5caeb1258..ab41e6cb5 100644 --- a/deploy/charts/litellm-helm/templates/deployment.yaml +++ b/deploy/charts/litellm-helm/templates/deployment.yaml @@ -14,7 +14,7 @@ spec: template: metadata: annotations: - checksum/config: {{ include (print $.Template.BasePath "/config-litellm.yaml") . | sha256sum }} + checksum/config: {{ include (print $.Template.BasePath "/configmap-litellm.yaml") . | sha256sum }} {{- with .Values.podAnnotations }} {{- toYaml . | nindent 8 }} {{- end }}