K8SPS-283: Add HAProxy for group replication #644
Annotations
3 warnings
[shellcheck] build/haproxy_check_primary.sh#L29 <ShellCheck.SC2207>:
build/haproxy_check_primary.sh#L29
Prefer mapfile or read -a to split command output (or quote to avoid splitting).
|
[shellcheck] build/haproxy-entrypoint.sh#L30 <ShellCheck.SC2166>:
build/haproxy-entrypoint.sh#L30
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
|
[shellcheck] build/haproxy_check_replicas.sh#L29 <ShellCheck.SC2207>:
build/haproxy_check_replicas.sh#L29
Prefer mapfile or read -a to split command output (or quote to avoid splitting).
|