kafka-ops / julie

A solution to help you build automation and gitops in your Apache Kafka deployments. The Kafka gitops!
MIT License
417 stars 113 forks source link

Remove bash sets as a hotfix to prevent user-sessions breaking #560

Open Fobhep opened 1 year ago

Fobhep commented 1 year ago
cniweb commented 1 year ago

@purbon can you review, please? We need this bugfix urgently, thanks.

sverrehu commented 11 months ago

I agree to this. The file will be sourced, and the set commands will affect the user's shell. Also, the hash-bang line makes little sense for a file that must be sourced and not run directly. I suggest removing the first five lines completely.