-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
helm-charts/charts/rstuf-worker/templates/deployment.yaml
Lines 109 to 112 in e02e0e0
| {{- if .Values.backend.redisPort }} | |
| - name: RSTUF_LOCK_TIMEOUT | |
| value: {{ .Values.backend.lockTimeOut | quote }} | |
| {{- end }} |
{{- if .Values.backend.lockTimeOut }}
- name: RSTUF_LOCK_TIMEOUT
value: {{ .Values.backend.lockTimeOut | quote }}
{{- end }} Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers