You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks very much for this project. We use the old bash version of this in cert-manager and it works well 😄
The recent Go rewrite is great, and I'm keen to get this setup in our own environment again.
I wonder if there is any desire to remove the dependence on yamale/yamllint?
We're hoping to be able to run this without the need for Docker, so for the time being will need to configure our own build/test environment to grab the appropriate version of these tools.
Can these projects either be included in the Go binary release somehow, or otherwise can their functionality be absorbed into Go?
The text was updated successfully, but these errors were encountered:
@cpanato You just flags in lint.go. The user is then free to choose whether they want to use the cli flag, an env var, or a config file to configure it.
Hey all 👋
First of all, thanks very much for this project. We use the old bash version of this in cert-manager and it works well 😄
The recent Go rewrite is great, and I'm keen to get this setup in our own environment again.
I wonder if there is any desire to remove the dependence on yamale/yamllint?
We're hoping to be able to run this without the need for Docker, so for the time being will need to configure our own build/test environment to grab the appropriate version of these tools.
Can these projects either be included in the Go binary release somehow, or otherwise can their functionality be absorbed into Go?
The text was updated successfully, but these errors were encountered: