forked from phoenix/litellm-mirror
add checksum annotation
This commit is contained in:
parent
42df6b42c9
commit
d129b848fe
1 changed files with 3 additions and 2 deletions
|
@ -13,10 +13,11 @@ spec:
|
|||
{{- include "litellm.selectorLabels" . | nindent 6 }}
|
||||
template:
|
||||
metadata:
|
||||
{{- with .Values.podAnnotations }}
|
||||
annotations:
|
||||
checksum/config: {{ include (print $.Template.BasePath "/config-litellm.yaml") . | sha256sum }}
|
||||
{{- with .Values.podAnnotations }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
labels:
|
||||
{{- include "litellm.labels" . | nindent 8 }}
|
||||
{{- with .Values.podLabels }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue