Skip to content

Commit

Permalink
fix(charts): fix quotes for cache ttl (#2028)
Browse files Browse the repository at this point in the history
Ref: SRX-IB4TJQ
  • Loading branch information
AminSlk authored Oct 9, 2024
1 parent b1bfaa2 commit 3c47e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kuberpult/templates/cd-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ spec:
value: {{ .Values.git.webUrl | quote }}
{{- if .Values.datadogTracing.enabled }}
- name: KUBERPULT_CACHE_TTL_HOURS
value: {{ .Values.cd.cacheTtlHours }}
value: {{ .Values.cd.cacheTtlHours | quote }}
- name: DD_AGENT_HOST
valueFrom:
fieldRef:
Expand Down

0 comments on commit 3c47e0e

Please sign in to comment.