instaclustr / operator

Instaclustr Kubernetes Operator
Apache License 2.0
2 stars 0 forks source link

pre-commit hook was added, .env and creds-secret were removed #693

Closed testisnullus closed 7 months ago

testisnullus commented 7 months ago

Pre-commit hooks activate when a developer attempts to commit code containing secret information.

However, a significant drawback of this approach is that each developer must install the pre-commit Python application and set up the hook in their local .git environment.