Skip to content

Commit 394e72b

Browse files
authored
typo fix for FILE_PREFETCHER_IMAGE env variable (#5176)
Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
1 parent 484cc04 commit 394e72b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/fluid/fluid/templates/webhook/webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
{{- end }}
5757
{{- end }}
5858
{{- if .Values.webhook.filePrefetcher }}
59-
- name: FILE_PREFETCHR_IMAGE
59+
- name: FILE_PREFETCHER_IMAGE
6060
value: {{ include "fluid.controlplane.imageTransform" (list .Values.webhook.filePrefetcher.imagePrefix .Values.webhook.filePrefetcher.imageName .Values.webhook.filePrefetcher.imageTag . ) }}
6161
{{- end }}
6262
ports:

0 commit comments

Comments
 (0)