fix configmap name in print

This commit is contained in:
Mikio Stewart 2024-08-21 08:37:21 -07:00
parent d129b848fe
commit 9d0103e224

View file

@ -14,7 +14,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: {{ include (print $.Template.BasePath "/config-litellm.yaml") . | sha256sum }} checksum/config: {{ include (print $.Template.BasePath "/configmap-litellm.yaml") . | sha256sum }}
{{- with .Values.podAnnotations }} {{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}