Skip to content

Commit d958aff

Browse files
committedMar 24, 2025·
fix annotation
1 parent cef74e8 commit d958aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎heartex/label-studio/templates/rqworker-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: apps/v1
55
kind: Deployment
66
metadata:
77
name: {{ include "ls-rqworker.fullname" $ }}-{{ $queue_name }}
8-
{{- with .Values.rqworker.deploymentAnnotations }}
8+
{{- with $.Values.rqworker.deploymentAnnotations }}
99
annotations:
1010
{{- toYaml . | nindent 4 }}
1111
{{- end }}

0 commit comments

Comments
 (0)
Please sign in to comment.