Skip to content

Commit

Permalink
Kured: Attempting to fix minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmilling committed Jan 2, 2025
1 parent 402cc4e commit fe5142c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-system/kured/kured.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
timeZone: "America/Chicago"
rebootCommand: "/run/current-system/sw/bin/systemctl reboot" # This assumes a NixOS Node
rebootSentinelCommand: "/run/current-system/sw/bin/test -f /var/run/reboot-required" # This assumes a NixOS Node
notifyUrl: "${SECRET_KURED_NOTIFY_URL}"
notifyUrl: "\"${SECRET_KURED_NOTIFY_URL}\""
blockingPodSelector:
app.kubernetes.io/created-by: "volsync"
tolerations:
Expand Down

0 comments on commit fe5142c

Please sign in to comment.