Description
When arrays are expanded, they should use "${array[@]}" syntax to preserve element boundaries.
Location
https://github.com/validatedpatterns/multicloud-gitops/blob/main/pattern.sh
Expected Behavior
Use quoted array expansion: "${PODMAN_ARGS[@]}"