Skip to content

Commit

Permalink
[bitnami/valkey-sentinel] Fix file path
Browse files Browse the repository at this point in the history
Signed-off-by: Jota Martos <[email protected]>
  • Loading branch information
jotamartos committed Oct 31, 2024
1 parent 0babe9b commit 63c2433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vib/valkey-sentinel/goss/valkey-sentinel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ file:
command:
# Remove if sentinel gets updated: https://github.com/valkey-io/valkey/blob/7.2/sentinel.conf
check-primary-master-change:
exec: if [ $(grep "SENTINEL \(master-reboot-down-after-period\|primary-reboot-down-after-period\)" /tmp/sentinel.conf | wc -l) -gt 1 ]; then exit 1; fi
exec: if [ $(grep "SENTINEL \(master-reboot-down-after-period\|primary-reboot-down-after-period\)" /opt/bitnami/valkey-sentinel/etc/sentinel.conf | wc -l) -gt 1 ]; then exit 1; fi
exit-status: 0
check-valkey-server:
exec: timeout --preserve-status 5 valkey-server /opt/bitnami/valkey-sentinel/etc/sentinel.conf --sentinel
Expand Down

0 comments on commit 63c2433

Please sign in to comment.