We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef74e8 commit d958affCopy full SHA for d958aff
heartex/label-studio/templates/rqworker-deployment.yaml
@@ -5,7 +5,7 @@ apiVersion: apps/v1
5
kind: Deployment
6
metadata:
7
name: {{ include "ls-rqworker.fullname" $ }}-{{ $queue_name }}
8
- {{- with .Values.rqworker.deploymentAnnotations }}
+ {{- with $.Values.rqworker.deploymentAnnotations }}
9
annotations:
10
{{- toYaml . | nindent 4 }}
11
{{- end }}
0 commit comments