datreeio / admission-webhook-datree

Datree offers cluster integration that allows you to validate your resources against your configured policy upon pushing them into a cluster, by using an admission webhook.
https://datree.io/
Apache License 2.0
24 stars 10 forks source link

refactor: move all code from main.go to startup.go #399

Closed royhadad closed 1 year ago

royhadad commented 1 year ago

for some reason, the main.go file cannot be debugged in Intellij, so all the code was moved to /internal/startup/startup.go