Skip to content

Commit

Permalink
Fix boolean quoting of environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pboushy committed Jan 16, 2025
1 parent 862722d commit 7183fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/fleet/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ spec:
# dedicated cron is setup to reduce total cpu/memory utilization
{{- if .Values.vulnProcessing.dedicated }}
- name: FLEET_VULNERABILITIES_DISABLE_SCHEDULE
value: true
value: "true"
{{- end }}
## END Vulnerability Processing

Expand Down

0 comments on commit 7183fe0

Please sign in to comment.