Skip to content

Commit

Permalink
try using the quote helper function
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu authored Apr 22, 2024
1 parent 72cc761 commit 9451288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/osmcha/templates/adiff-service-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ spec:
- name: RedisServer
value: {{ .Values.adiff_service.redis_url }}
- name: NumberOfWorkers
value: {{ .Values.adiff_service.worker_count }}
value: {{ .Values.adiff_service.worker_count | quote }}

0 comments on commit 9451288

Please sign in to comment.