michaeljmarshall commented on a change in pull request #192: URL: https://github.com/apache/pulsar-helm-chart/pull/192#discussion_r777659034
########## File path: .gitignore ########## @@ -16,3 +16,6 @@ charts/**/*.lock PRIVATEKEY PUBLICKEY +.vagrant/ +pulsarctl-amd64-linux.tar.gz +pulsarctl-amd64-linux/ Review comment: I looked at my clone of the project, and I can see that I have `pulsarctl-amd64-darwin/` and `pulsarctl-amd64-darwin.tar.gz`. These names must be arch dependent. Why do we need these files/directories though? From what I can tell, it is because the tests use it to generate tokens/keys. It seems like we could use a more standard tool, like `openssl`, for token generation and then drop this dependency. If we want to worry about the dependency in another PR/thread, I think you could update this to `pulsarctl-**` for now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org