What is your environment(Kubernetes version, Fluid version, etc.)
Describe the bug
Storage limit should be enforced in test/gha-e2e/jindo/job.yaml. This appears to be a security concern as resource limits are important for container security and reliability.
What you expect to happen:
Resource limits should be set and enforced in test/gha-e2e/jindo/job.yaml to match best practices.
How to reproduce it
Attempt to run the test setup with unlimited or unconfigured resource limits in the referenced file and observe if there are any unexpected behaviors or vulnerabilities.
Additional Information